| Commit message (Expand) | Author | Age |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 |
* | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 |
* | Fix getDatumCopy(): don't use store_att_byval to copy into a Datum | Tom Lane | 2006-07-16 |
* | Improve error message wording. | Tom Lane | 2006-07-16 |
* | Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. | Tom Lane | 2006-07-14 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 |
* | Add support to GIN for =(anyarray,anyarray) operation | Teodor Sigaev | 2006-07-11 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 |
* | GIN improvements | Teodor Sigaev | 2006-07-11 |
* | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Forget to add new file :(( | Teodor Sigaev | 2006-06-28 |
* | Changes | Teodor Sigaev | 2006-06-28 |
* | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane | 2006-06-27 |
* | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane | 2006-06-27 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane | 2006-06-22 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Test for POSIX_FADV_DONTNEED to use posix_fadvise(). | Bruce Momjian | 2006-06-16 |
* | Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file | Bruce Momjian | 2006-06-15 |
* | Som improve page split in multicolumn GiST index. | Teodor Sigaev | 2006-05-29 |
* | Correct cheking in findParents(). i | Teodor Sigaev | 2006-05-29 |
* | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 |
* | Fix findParents() in case of multiple levels to find. | Teodor Sigaev | 2006-05-26 |
* | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 |
* | Call MarkBufferDirty() before XLogInsert() during completion of insert | Teodor Sigaev | 2006-05-19 |
* | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev | 2006-05-19 |
* | Rework completion of incomplete inserts. Now it writes | Teodor Sigaev | 2006-05-19 |
* | Reduce size of critial section during vacuum full, critical | Teodor Sigaev | 2006-05-17 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev | 2006-05-10 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 |
* | Fix typo noticed by Alvaro Herrera | Teodor Sigaev | 2006-05-03 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Suppress some gcc warnings. | Tom Lane | 2006-05-02 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 |
* | Ensure that we validate the page header of the first page of a WAL file | Tom Lane | 2006-04-20 |