| Age | Commit message (Expand) | Author |
| 2004-11-24 | A client_encoding specification coming from the connection request has | Tom Lane |
| 2004-11-14 | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane |
| 2004-11-09 | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-10-22 | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-15 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-10-09 | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane |
| 2004-10-08 | Whack some sense into the configuration-file-location patch. | Tom Lane |
| 2004-10-04 | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane |
| 2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
| 2004-09-28 | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane |
| 2004-09-16 | Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) | Tom Lane |
| 2004-09-16 | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane |
| 2004-09-16 | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-16 | Fix a read of uninitialized memory in array_out(). Perform some minor | Neil Conway |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |
| 2004-09-10 | Fix palloc call from /port for Cygwin. | Bruce Momjian |
| 2004-09-05 | On further consideration, there's another problem here: the existing | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-28 | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane |
| 2004-08-27 | Introduce local hash table for lock state, as per recent proposal. | Tom Lane |
| 2004-08-08 | If these are ifdef WIN32 in the .c file, should be so in .h as well. | Tom Lane |
| 2004-08-08 | Allow libpgport to call memory allocation routines even though | Bruce Momjian |
| 2004-08-06 | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane |
| 2004-08-05 | Create a built-in log rotation program, so that we no longer have to | Tom Lane |
| 2004-08-03 | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane |
| 2004-08-01 | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane |
| 2004-07-31 | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane |
| 2004-07-31 | plpgsql does exceptions. | Tom Lane |
| 2004-07-31 | Restructure error handling as recently discussed. It is now really | Tom Lane |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
| 2004-07-21 | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian |
| 2004-07-21 | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-12 | Add has_tablespace_privilege(). | Bruce Momjian |
| 2004-07-11 | Allow configuration files to be placed outside the data directory. | Bruce Momjian |
| 2004-07-06 | Add comment describing ereport() NOTICE/WARNING distinction. | Bruce Momjian |
| 2004-07-02 | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane |
| 2004-07-02 | Andreas Pflug wrote: | Joe Conway |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-25 | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane |
| 2004-06-24 | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-16 | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane |