| Commit message (Expand) | Author | Age |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Tweak btree page split logic so that when splitting a page that is | Tom Lane | 2001-09-29 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | I have made three changes to the rtree code: one bug fix and | Bruce Momjian | 2001-09-29 |
* | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 |
* | Remove useless test for time field in pg_control being > 0. We don't | Tom Lane | 2001-09-26 |
* | Add some debugging details to some of the elog(STOP) conditions for WAL. | Tom Lane | 2001-09-06 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Fix portability problem in new CLOG code, per report from Rene Pijlman. | Tom Lane | 2001-08-25 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | 1. null-safe interface to GiST | Bruce Momjian | 2001-08-10 |
* | Suppress gcc warning in USE_LOCALE case. | Tom Lane | 2001-07-22 |
* | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 |
* | Improve documentation about reasoning behind the order of operations | Tom Lane | 2001-07-16 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Minor code cleanup/beautification in RelationPutHeapTuple. | Tom Lane | 2001-07-13 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 |
* | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 |
* | Fix my old fault(returns auto variable reference). | Hiroshi Inoue | 2001-07-06 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 |
* | Repair logic error for multi-key indexes. From Oleg Bartunov. | Tom Lane | 2001-06-28 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Tweak error message. | Tom Lane | 2001-06-21 |
* | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | Nest macros with slightly less enthusiasm, for performance and to avoid | Tom Lane | 2001-06-11 |
* | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 |
* | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 |
* | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut | 2001-06-03 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 |
* | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane | 2001-05-30 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 |
* | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 |
* | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 |
* | I found the answer to this: the partition had filled up, and so the problem | Bruce Momjian | 2001-05-22 |
* | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 |
* | Prevent forced blank line before comment block in pgindent. | Bruce Momjian | 2001-05-17 |
* | Spacing cleanup. | Bruce Momjian | 2001-05-17 |