| Commit message (Expand) | Author | Age |
* | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane | 2002-10-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Still more paranoia in PageAddItem: disallow specification of an item | Tom Lane | 2002-08-06 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Fix race condition that could allow two concurrent transactions | Tom Lane | 2002-01-01 |
* | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane | 2001-11-23 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Tweak btree page split logic so that when splitting a page that is | Tom Lane | 2001-09-29 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane | 2001-05-30 |
* | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 |
* | Small cleanup of spacing. | Bruce Momjian | 2001-05-17 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Runtime btree recovery is now ON by default. | Vadim B. Mikheev | 2001-02-07 |
* | Runtime tree recovery is implemented, just testing is left -:) | Vadim B. Mikheev | 2001-02-02 |
* | Couple additional functions to fix tree at runtime. | Vadim B. Mikheev | 2001-01-31 |
* | Call _bt_fixroot() from _bt_insertonpg. | Vadim B. Mikheev | 2001-01-29 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | First step in attempt to fix tree at runtime: create upper levels | Vadim B. Mikheev | 2001-01-26 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19. | Tom Lane | 2001-01-23 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | MUST update (in-memory) data page BEFORE XLogInsert to log | Vadim B. Mikheev | 2000-12-29 |
* | nbtree_xlog_newroot: set meta flag in meta page opaque. | Vadim B. Mikheev | 2000-12-29 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane | 2000-11-30 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |