aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Make code for selecting default WAL sync method less confusing.Tom Lane2005-10-22
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-19
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-19
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Back out this because of fear of changing error strings:Bruce Momjian2005-10-13
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-12
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-22
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-22
* Small fixesTeodor Sigaev2005-09-16
* Copy-editing for GiST README.Neil Conway2005-09-15
* Readme about GiST's algorithmsTeodor Sigaev2005-09-15
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* 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