| Commit message (Expand) | Author | Age |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | pgindent new GIST index code, per request from Tom. | Bruce Momjian | 2005-09-22 |
* | Adjust GiST error messages to conform to message style guidelines. | Tom Lane | 2005-09-22 |
* | Small fixes | Teodor Sigaev | 2005-09-16 |
* | Copy-editing for GiST README. | Neil Conway | 2005-09-15 |
* | Readme about GiST's algorithms | Teodor Sigaev | 2005-09-15 |
* | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 |
* | Reduce default value of max_prepared_transactions from 50 to 5. This | Tom Lane | 2005-08-29 |
* | Rewrite gather-write patch into something less obviously bolted on | Tom Lane | 2005-08-22 |
* | Improve xid wraparound message (the server isn't really shut down, just | Bruce Momjian | 2005-08-22 |
* | Fix some inconsistent choices of datatypes in xlog.c. Make buffer | Tom Lane | 2005-08-22 |
* | Seems that the childXids list would be better based on Oid lists than | Tom Lane | 2005-08-20 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | 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 |