| Age | Commit message (Expand) | Author |
| 2008-03-18 | Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane. | Alvaro Herrera |
| 2008-03-18 | Advance multiple array keys rightmost-first instead of leftmost-first | Tom Lane |
| 2008-03-17 | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut |
| 2008-03-17 | We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt | Peter Eisentraut |
| 2008-03-17 | Fix postgres --describe-config for guc enums, breakage noted by Alvaro. | Magnus Hagander |
| 2008-03-17 | Revert thinko introduced into prefix_selectivity() by my recent patch: | Tom Lane |
| 2008-03-17 | Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not | Alvaro Herrera |
| 2008-03-17 | Grab some low-hanging fruit in the new hash index build code. | Tom Lane |
| 2008-03-17 | Fix TransactionIdIsCurrentTransactionId() to use binary search instead of | Tom Lane |
| 2008-03-16 | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane |
| 2008-03-16 | Modify interactions between sinval.c and sinvaladt.c. The code that actually | Alvaro Herrera |
| 2008-03-16 | Some cleanups of enum-guc code, per comments from Tom. | Magnus Hagander |
| 2008-03-15 | Change hash index creation so that rather than always establishing exactly | Tom Lane |
| 2008-03-14 | Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. | Tom Lane |
| 2008-03-14 | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera |
| 2008-03-13 | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane |
| 2008-03-13 | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane |
| 2008-03-12 | Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot | Tom Lane |
| 2008-03-12 | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane |
| 2008-03-11 | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane |
| 2008-03-10 | Provide a build-time option to store large relations as single files, rather | Tom Lane |
| 2008-03-10 | Fix unportable coding of new error message, per Kris Jurka. | Tom Lane |
| 2008-03-10 | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander |
| 2008-03-10 | Document and enforce that the usable range of setseed() arguments is | Tom Lane |
| 2008-03-10 | Throw an error for negative LIMIT or OFFSET values, instead of silently | Tom Lane |
| 2008-03-10 | Increase the default value of log_min_messages to WARNING, so that | Tom Lane |
| 2008-03-10 | Add a CaseSensitive parameter to synonym dictionaries. | Tom Lane |
| 2008-03-10 | Remove no-longer-used XLogCacheByte field of XLogCtl. | Tom Lane |
| 2008-03-10 | Reduce memory consumption during VACUUM of large relations, by using | Tom Lane |
| 2008-03-09 | Remove postmaster.c's check that NBuffers is at least twice MaxBackends. | Tom Lane |
| 2008-03-09 | Change patternsel() so that instead of switching from a pure | Tom Lane |
| 2008-03-08 | Modify prefix_selectivity() so that it will never estimate the selectivity | Tom Lane |
| 2008-03-08 | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane |
| 2008-03-08 | Improve efficiency of attribute scanning in CopyReadAttributesCSV. | Andrew Dunstan |
| 2008-03-08 | Improve pglz_decompress() so that it cannot clobber memory beyond the | Tom Lane |
| 2008-03-07 | 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 memory arrangement of tsquery after removing stop words. It causes | Teodor Sigaev |
| 2008-03-06 | Improve "bgwriter_lru_multiplier" GUC description. | Bruce Momjian |
| 2008-03-05 | Clean up double negative, per Tom Lane. | Alvaro Herrera |
| 2008-03-05 | Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. | Alvaro Herrera |
| 2008-03-05 | In PrepareToInvalidateCacheTuple, don't force initialization of catalog | Tom Lane |
| 2008-03-05 | When text search string is too long, in error message report actual and | Bruce Momjian |
| 2008-03-04 | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane |
| 2008-03-01 | Fix another place that was assuming that a local variable declared as | Tom Lane |
| 2008-03-01 | Fix unportable usages of tolower(). On signed-char machines, it is necessary | Tom Lane |
| 2008-03-01 | Disable the undocumented xmlvalidate() function, which was unintentionally | Tom Lane |
| 2008-02-29 | Remove long-unused and broken TCL_ARRAYS. | Alvaro Herrera |
| 2008-02-29 | Reducing the assumed alignment of struct varlena means that the compiler | Tom Lane |
| 2008-02-29 | Write the objfiles.txt rules in a way that is compatible with GNU make 3.78, | Peter Eisentraut |