Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2006-06 Thread Index (1/3)
Last updated: Wed Jan 18 01:52:00 2012
411 messages
- snapshot - root: HTML version of the USAGE file User Cunha17 (Fri 30 19:41)
- pgsql: Fix memory leak introduced in the prior commit, detected by Tom Alvaro Herrera (Fri 30 16:55)
- fulldisjunction - fd: Moved the calculations of whether to use an index User Pgstudy (Fri 30 15:28)
- pgsql: Fix use-after-free error reported by Neil Conway. Alvaro Herrera (Fri 30 15:06)
- pgsql: Update item for GUID: < * Add 128-bit Universally Unique Bruce Momjian (Fri 30 15:04)
- npgsql - Npgsql: 2006-06-30 Francisco Figueiredo Jr. User Fxjr (Fri 30 13:52)
- python - rc: Fix template existence check. James William Pye (Thu 29 22:09)
- python - rc: Add some capacity to create the language. James William Pye (Thu 29 20:56)
- python - be: Include codename (major version) in module name. James William Pye (Thu 29 20:44)
- snapshot - src: FIX: pbt_table parameter missing User Cunha17 (Thu 29 20:22)
- pgsql: Remove the separate 'stats buffer' process, letting backend stats Tom Lane (Thu 29 20:00)
- pgsql: Change TRUNCATE's method for searching for foreign-key references Tom Lane (Thu 29 16:07)
- python - be: Fix some cache leaks, at best, or crashes, at worst. James William Pye (Thu 29 15:06)
- pgsql: Change URL for SITC: < http://momjian.us/cgi-bin/pgsitc > Bruce Momjian (Thu 29 03:05)
- pgsql: Add: > * Add 128-bit Universally Unique Identifier (UUID) Bruce Momjian (Thu 29 01:33)
- bizgres - bizgres: User Nwakefield (Wed 28 23:34)
- pgsql: Add missing #include directive: pg_constraint.h declares some Neil Conway (Wed 28 22:11)
- pgsql: Fix typo in comment. Neil Conway (Wed 28 22:05)
- pgsql: Editorialization for the additions to the CREATE TABLE reference Neil Conway (Wed 28 22:01)
- pgsql: Add URL for SITC > http://momjian.us/cgi-bin/pgsitc Bruce Momjian (Wed 28 21:40)
- pgsql: Improve planner estimates for size of tuple hash tables. Tom Lane (Wed 28 20:04)
- pgsql: Fix hash aggregation to suppress unneeded columns from being Tom Lane (Wed 28 19:41)
- pgsql: Adjust TupleHashTables to use MinimalTuple format for contained Tom Lane (Wed 28 17:05)
- pgsql: Update: < o Add support for WITH HOLD cursors > o Add Bruce Momjian (Wed 28 15:39)
- pgsql: Update Russian FAQ. Bruce Momjian (Wed 28 13:10)
- pgsql: Forget to add new file :(( Teodor Sigaev (Wed 28 12:08)
- fulldisjunction - fd: More consolidation works. User Pgstudy (Wed 28 12:03)
- pgsql: Changes * new split algorithm (as proposed in Teodor Sigaev (Wed 28 12:00)
- pgsql: Remove embedded newline in string literal --- seems to make newer Tom Lane (Tue 27 23:25)
- pgsql: Add GUC update_process_title to control whether 'ps' display is Bruce Momjian (Tue 27 22:16)
- bizgres - bizgres: Enhancements: Added JDBCSSAScanner - this component User Nwakefield (Tue 27 21:51)
- pgsql: Convert hash join code to use MinimalTuple format in tuple hash Tom Lane (Tue 27 21:31)
- pgsql: Default stats_command_string to 'on', now that its overhead is Bruce Momjian (Tue 27 19:07)
- pgsql: Put #ifdef NOT_USED around posix_fadvise call. Tom Lane (Tue 27 18:59)
- pgsql: Revert patch, doesn't do what it should: * %Disallow changing Bruce Momjian (Tue 27 18:35)
- pgsql: Extend the MinimalTuple concept to tuplesort.c, thereby reducing Tom Lane (Tue 27 16:53)
- pgsql: Will revert in next patch more cleanly. Bruce Momjian (Tue 27 16:42)
- pgsql: Not done: < * -Disallow changing DEFAULT expression of a SERIAL Bruce Momjian (Tue 27 16:39)
- pgsql: Fix typo. Tom Lane (Tue 27 14:01)
- npgsql - Npgsql: 2006-06-27 Francisco Figueiredo Jr. User Fxjr (Tue 27 04:35)
- pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table Alvaro Herrera (Tue 27 03:45)
- pgsql: Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. Bruce Momjian (Tue 27 03:43)
- pgsql: Done: < * %Disallow changing DEFAULT expression of a SERIAL Bruce Momjian (Tue 27 03:23)
- pgsql: Disallow changing/dropping default expression of a SERIAL column Bruce Momjian (Tue 27 03:22)
- pgsql: Fix for recent Win32 pg_dump tar temp file patch. Bruce Momjian (Tue 27 02:56)
- pgsql: Create infrastructure for 'MinimalTuple' representation of Tom Lane (Tue 27 02:51)
- pgsql: On Win32, use loop to create pg_dump temporary tar file in the Bruce Momjian (Tue 27 01:17)
- pgsql: Done: > o -Add PQescapeIdentifier() Bruce Momjian (Tue 27 00:03)
- pgsql: Add PQescapeIdentifier() to libpq Christopher Kings-Lynne Bruce Momjian (Tue 27 00:03)
- pgsql: Fix blank line. Bruce Momjian (Mon 26 23:53)
- snapshot - root: Updating to reflect the recent support of ON PREBUILT User Cunha17 (Mon 26 19:57)
- snapshot - src: All ON PREBUILT TABLE implementation done! * refresh User Cunha17 (Mon 26 19:29)
- pgsql: Add comment about the use of pg_config_paths.h. Bruce Momjian (Mon 26 18:42)
- pgsql: Change the row constructor syntax (ROW(...)) so that list Tom Lane (Mon 26 17:25)
- pgsql: Added missing braces to prevent a segfault after usage of an Michael Meskes (Mon 26 14:12)
- pgsql: Use Unix newlines, instead of DOS ones. Bruce Momjian (Mon 26 13:04)
- pgsql: Use Unix line endings instead of DOS ones, per Magnus. Bruce Momjian (Mon 26 12:58)
- pgsql: Update include files to Unix newline format, per report from Bruce Momjian (Mon 26 12:52)
- python - tin: Imported Sources James William Pye (Mon 26 12:41)
- fulldisjunction - fd: More consolidation work, a lot of cleanups. User Pgstudy (Mon 26 12:41)
- pgsql: Added some more coverity report patches send in by Joachim Michael Meskes (Mon 26 12:34)
- pgsql: Update comment description of geo routines and move comment to Bruce Momjian (Mon 26 12:33)
- python - ip: Use a smaller font for monospace and body. James William Pye (Mon 26 01:20)
- snapshot - src: ON PREBUILT TABLE implementation: * Create snapshot User Cunha17 (Mon 26 00:19)
- pgsql: Update my info: > * Bruce is Bruce Momjian <bruce(at)momjian(dot)us> of Bruce Momjian (Sun 25 18:52)
- pgsql: Tweak dynahash.c to avoid wasting memory space in non-shared hash Tom Lane (Sun 25 18:29)
- pgsql: Add: < * Reuse index tuples that point to rows that are not Bruce Momjian (Sun 25 16:27)
- python - be: Stop setting probin to the compiled bytecode. James William Pye (Sun 25 16:22)
- pgsql: Moved some free() calls that coverity correctly complains about. Michael Meskes (Sun 25 09:38)
- pgsql: Our version of getopt_long does not set optarg upon detecting an Alvaro Herrera (Sun 25 04:38)
- pgsql: Remove individual user copyright because the code is contributed Bruce Momjian (Sun 25 01:45)
- pgsql: Fix GEVHDRSZ for Win32. Bruce Momjian (Sun 25 01:02)
- pgsql: Fix Win32/Cygwin problems: After updating to the latest cvs, and Bruce Momjian (Sun 25 00:18)
- pgsql: Update entry: < * Allow heap reuse of UPDATEd rows if old and Bruce Momjian (Sat 24 23:48)
- pgsql: Add UPDATE entry for row reuse. Bruce Momjian (Sat 24 23:45)
- python - be: Set version 0.4. James William Pye (Sat 24 22:52)
- pgsql: Fix re-inclusion of port header file on Windows, per Magnus. Tom Lane (Sat 24 14:52)
- bizgres - bizgres: BG-38 User Agoldshuv (Fri 23 21:58)
- pgsql: Clarified copyright notice Michael Meskes (Fri 23 14:50)
- pgsql: Back-patch 7.4-era fix for memory leak with SSL connections due Tom Lane (Fri 23 14:42)
- fulldisjunction - fd: Finally, deformed tuples consolidation is over. User Pgstudy (Fri 23 12:47)
- pgsql: Remove dllinit.c; it was only needed for long-obsolete Cygwin Tom Lane (Thu 22 23:50)
- pgsql: pg_stop_backup was calling XLogArchiveNotify() twice for the Tom Lane (Thu 22 20:43)
- pgsql: Standalone backends need pgstat_bestart() too, per Qingqing Zhou. Tom Lane (Thu 22 14:36)
- pgsql: Move setup_cancel_handler() up near start of psql main(), where Tom Lane (Wed 21 19:40)
- pgsql: Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs Tom Lane (Wed 21 18:39)
- pgsql: Disallow aggregate functions in UPDATE commands (unless within a Tom Lane (Wed 21 18:30)
- pgsql: Eliminate a gratuitously different wording of the 'cannot use Tom Lane (Wed 21 18:09)
- pgsql: - During dblink_open, if transaction state was IDLE, force cursor Joe Conway (Wed 21 16:43)
- pgsql: Clean up psql variable code a little: eliminate unnecessary tests Tom Lane (Wed 21 16:05)
- fulldisjunction - fd: Some more deformed tuple structures consolidation User Pgstudy (Wed 21 13:40)
- pgsql: Added some more coverity report patches send in by Martijn van Michael Meskes (Wed 21 11:38)
- pgsql: Fixed small typo in changelog Michael Meskes (Wed 21 10:34)
- pgsql: Added fixes from the coverity report send in by Joachim Wieland Michael Meskes (Wed 21 10:29)
- pgsql: Added fixed from the coverity report send in by Joachim Wieland Michael Meskes (Wed 21 10:24)
- pgsql: Remove redundant gettimeofday() calls to the extent practical Tom Lane (Tue 20 22:52)
- pgsql: Split definitions for md5.c out of crypt.h and into their own Tom Lane (Tue 20 19:57)
- psqlodbc - psqlodbc: Fix a SQLDescribeCol(SQLColAttribute) bug. User Hinoue (Tue 20 13:42)
- pgrpm - pgrpm: - 0.1.5.1 User Nanardon (Tue 20 10:38)
- pgrpm - pgrpm: - fix end of string index User Nanardon (Tue 20 10:32)
- pgrpm - pgrpm: - end of string is \0 not \n User Nanardon (Tue 20 01:43)
- pgrpm - pgrpm: - release 0.1.5 User Nanardon (Mon 19 21:29)
- pgrpm - pgrpm: - disable non ready code, get header size after Unload User Nanardon (Mon 19 21:28)
- fulldisjunction - fd: Less than half way thru converting the structures User Pgstudy (Mon 19 20:43)
- pgsql: Some editorial work on the documentation of the current-date/time Tom Lane (Mon 19 16:13)
- pgsql: Back-port shell script syntax fix needed for some BSD machines. Tom Lane (Mon 19 14:25)
- pgrpm - pgrpm: - fix make dist User Nanardon (Mon 19 11:21)
- pgrpm - pgrpm: - use proper function for rpm 4.4.6 User Nanardon (Mon 19 11:15)
- pgrpm - pgrpm: - detect rpm version, define some C var User Nanardon (Mon 19 10:57)
- pgsql: Do not use already free'ed errmsg, bug found by Joachim Wieland Michael Meskes (Mon 19 09:19)
- pgsql: Take the statistics collector out of the loop for monitoring Tom Lane (Mon 19 01:51)
- snapshot - src: Starting the ON PREBUILT TABLE implementation User Cunha17 (Mon 19 01:03)
- snapshot - root: Misplaced steps and some additional notes. User Cunha17 (Sun 18 20:18)
- pgsql: Update my email address. Bruce Momjian (Sun 18 19:32)
- pgsql: Don't try to call posix_fadvise() unless <fcntl.h> supplies a Tom Lane (Sun 18 18:30)
- pgsql: Fix saveHistory() to not emit bogus complaint during psql exit Tom Lane (Sun 18 17:30)
- pgsql: Increase timeout in statement_timeout test from 1 second to 2 Tom Lane (Sun 18 16:21)
- pgsql: Merge postmaster and postgres command into just postgres. Peter Eisentraut (Sun 18 15:38)
- fulldisjunction - fd: Switched to fast gett attribute for rowid array User Pgstudy (Sun 18 11:20)
- snapshot - root: Just adding some notes about the KEY and BASE_SCHEMA User Cunha17 (Sat 17 20:07)
- snapshot - src: -Making it possible to change the communication key on User Cunha17 (Sat 17 20:05)
- pgsql: backport workaround for OpenBSD compiler bug Andrew Dunstan (Sat 17 14:49)
- pgbuildfarm - client-code: Fix regex on status lines so it's not too User Andrewd (Sat 17 02:29)
- pgsql: Fix a couple of obvious problems in DROP IF EXISTS patch. Tom Lane (Fri 16 23:50)
- pgsql: Code review for SELECT INTO STRICT patch: use saner choices of Tom Lane (Fri 16 23:29)
- pgsql: Clean up after someone's curious idea that it'd be good to strip Tom Lane (Fri 16 22:41)
- pgsql: docs for DROP ... Andrew Dunstan (Fri 16 22:28)
- pgsql: Add: > o Allow PL/python to composite types and result sets > Bruce Momjian (Fri 16 22:08)
- pgsql: Add: > > * Fix CREATE CAST on DOMAINs > > Bruce Momjian (Fri 16 22:05)
- pgsql: Document issues with non-default tablespaces and pg_dumpall Bruce Momjian (Fri 16 22:01)
- pgsql: Add URL for ISO dates: > Bruce Momjian (Fri 16 21:41)
- pgsql: DROP ... Andrew Dunstan (Fri 16 20:23)
- pgsql: Add URL for currency type: > Bruce Momjian (Fri 16 19:49)
- pgguid - pgguid: deleting project files User Dezelin (Fri 16 19:49)
- pgguid - pgguid: initial version User Dezelin (Fri 16 19:00)
Mail converted by MHonArc