| Commit message (Expand) | Author | Age |
* | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane | 2008-04-03 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 |
* | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut | 2008-03-17 |
* | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane | 2008-03-17 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 |
* | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane | 2008-03-13 |
* | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane | 2008-03-11 |
* | Remove no-longer-used XLogCacheByte field of XLogCtl. | Tom Lane | 2008-03-10 |
* | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane | 2008-03-08 |
* | This patch addresses some issues in TOAST compression strategy that | Tom Lane | 2008-03-07 |
* | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Reducing the assumed alignment of struct varlena means that the compiler | Tom Lane | 2008-02-29 |
* | Change the declaration of struct varlena so that the length word is | Tom Lane | 2008-02-23 |
* | Remove another target I forgot during the refactoring | Peter Eisentraut | 2008-02-19 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 |
* | Provide a clearer error message if the pg_control version number looks | Peter Eisentraut | 2008-01-21 |
* | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane | 2008-01-15 |
* | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane | 2008-01-14 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | Improve GIN index build's tracking of memory usage by using | Tom Lane | 2007-11-16 |
* | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane | 2007-11-16 |
* | Small comment spacing improvement. | Bruce Momjian | 2007-11-16 |
* | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | When logging the recovery.conf parameters, show them quoted as they would | Peter Eisentraut | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Prevent re-use of a deleted relation's relfilenode until after the next | Tom Lane | 2007-11-15 |
* | Clean up some stray references to tsearch2. | Tom Lane | 2007-11-13 |
* | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 |
* | Reduce error level of ROLLBACK outside a transaction from WARNING to | Bruce Momjian | 2007-11-10 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | - Add check of already changed page while replay WAL. This touches only | Teodor Sigaev | 2007-10-29 |
* | Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent | Teodor Sigaev | 2007-10-29 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 |
* | Keep heap_page_prune from marking the buffer dirty when it didn't | Tom Lane | 2007-10-24 |
* | Tweak toast-related logic in heapam.c so that the toaster is only invoked | Tom Lane | 2007-10-16 |
* | When telling the bgwriter that we need a checkpoint because too much xlog | Tom Lane | 2007-10-12 |