aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-22
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-22
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-22
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-20
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-20
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-20
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-17
* Change a couple of "can't happen" error messages to be a shade moreTom Lane2005-08-12
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Mention MD5 function index for indexing long values.Bruce Momjian2005-08-11
* Make new hints follow style guide.Tom Lane2005-08-10
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-10
* Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that theTom Lane2005-08-08
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-02
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Fix compile for no O_SYNC, but introduced with O_DIRECT.Bruce Momjian2005-07-30
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Update O_DIRECT comment.Bruce Momjian2005-07-29
* Use O_DIRECT if available when using O_SYNC for wal_sync_method.Bruce Momjian2005-07-29
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Remove unintended code addition.Bruce Momjian2005-07-23
* Macro alignment cleanup.Bruce Momjian2005-07-23
* Fix a couple of bogus comments, per Alvaro.Tom Lane2005-07-13
* Even though I'd like to see full_page_writes go away before 8.1,Tom Lane2005-07-08
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-06
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-05
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-01
* Improve error messages and add commentTeodor Sigaev2005-07-01
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-30
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Cleanup, remove unneeded pallocsTeodor Sigaev2005-06-29
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Concurrency for GiSTTeodor Sigaev2005-06-27
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-24
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-20
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-20
* Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane2005-06-19
* Need #include <time.h> on some platforms.Tom Lane2005-06-19
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-19
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18