| Commit message (Expand) | Author | Age |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane | 2007-05-27 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Standalone backends need pgstat_bestart() too, per Qingqing Zhou. | Tom Lane | 2006-06-22 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 |
* | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | This trivial patch removes an unused variable. From Alvaro Herrera. | Neil Conway | 2005-06-24 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Make standalone backends ignore pg_database.datallowconn, so that there | Tom Lane | 2005-05-05 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 |
* | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 |
* | Need to release buffer pins before attempting to drop files during | Tom Lane | 2005-03-18 |
* | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 |
* | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |