| Commit message (Expand) | Author | Age |
... | |
* | Make GetMultiXactIdMembers() a public function. | Tatsuo Ishii | 2005-08-20 |
* | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane | 2005-08-20 |
* | Avoid an Assert failure if OuterUserId hasn't been set yet during | Tom Lane | 2005-08-17 |
* | Change a couple of "can't happen" error messages to be a shade more | Tom Lane | 2005-08-12 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Mention MD5 function index for indexing long values. | Bruce Momjian | 2005-08-11 |
* | Make new hints follow style guide. | Tom Lane | 2005-08-10 |
* | Add hints to cases where indexes fail because of values that are too long. | Bruce Momjian | 2005-08-10 |
* | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 |
* | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 |
* | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Fix compile for no O_SYNC, but introduced with O_DIRECT. | Bruce Momjian | 2005-07-30 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Update O_DIRECT comment. | Bruce Momjian | 2005-07-29 |
* | Use O_DIRECT if available when using O_SYNC for wal_sync_method. | Bruce Momjian | 2005-07-29 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Remove unintended code addition. | Bruce Momjian | 2005-07-23 |
* | Macro alignment cleanup. | Bruce Momjian | 2005-07-23 |
* | Fix a couple of bogus comments, per Alvaro. | Tom Lane | 2005-07-13 |
* | Even though I'd like to see full_page_writes go away before 8.1, | Tom Lane | 2005-07-08 |
* | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 |
* | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 |
* | Improve error messages and add comment | Teodor Sigaev | 2005-07-01 |
* | Bug fixes for GiST crash recovery. | Teodor Sigaev | 2005-06-30 |
* | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | Cleanup, remove unneeded pallocs | Teodor Sigaev | 2005-06-29 |
* | Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. | Teodor Sigaev | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Concurrency for GiST | Teodor Sigaev | 2005-06-27 |
* | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 |
* | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane | 2005-06-24 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 |
* | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 |
* | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 |
* | Avoid unnecessary palloc overhead in _bt_first(). The temporary | Tom Lane | 2005-06-19 |
* | Need #include <time.h> on some platforms. | Tom Lane | 2005-06-19 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | Dept. of second thoughts: regular COMMIT deletes deletable files before | Tom Lane | 2005-06-18 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian | 2005-06-15 |
* | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 |