| Commit message (Expand) | Author | Age | Files | Lines |
| * | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 | 1 | -27/+43 |
| * | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 | 1 | -12/+8 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 5 | -30/+27 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 2 | -11/+14 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 7 | -66/+74 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -3/+3 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -4/+2 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -3/+3 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 2 | -5/+10 |
| * | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 | 1 | -3/+6 |
| * | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 | 1 | -3/+4 |
| * | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 1 | -6/+4 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -1/+12 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -3/+4 |
| * | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 | 1 | -2/+2 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 2 | -14/+35 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 30 | -63/+64 |
| * | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 2 | -71/+11 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 29 | -48/+77 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 31 | -104/+72 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -2/+2 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 2 | -2/+7 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 2 | -6/+5 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -1/+4 |
| * | Suppress compiler warning. | Tom Lane | 2001-09-17 | 1 | -2/+2 |
| * | Apply 7.1.3 changes to the current tree also. | Hiroshi Inoue | 2001-09-08 | 1 | -1/+2 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 2 | -7/+9 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 7 | -50/+67 |
| * | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 1 | -16/+24 |
| * | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 | 1 | -4/+5 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -3/+3 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -5/+21 |
| * | 1. null-safe interface to GiST | Bruce Momjian | 2001-08-10 | 1 | -2/+5 |
| * | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 | 1 | -2/+3 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 6 | -33/+35 |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 3 | -80/+43 |
| * | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 1 | -2/+2 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 2 | -3/+7 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -2/+2 |
| * | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 2 | -30/+18 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -7/+7 |
| * | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 | 1 | -43/+29 |
| * | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane | 2001-05-30 | 4 | -74/+57 |
| * | Remove unused, redundant header files. | Tom Lane | 2001-05-30 | 2 | -42/+0 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 1 | -2/+1 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -1/+2 |
| * | Repair race condition introduced into heap_update() in 7.1 --- | Tom Lane | 2001-05-16 | 1 | -2/+3 |
| * | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 | 1 | -35/+1 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -4/+8 |
| * | Improve comments for xlog item size #defines. | Tom Lane | 2001-03-25 | 1 | -4/+11 |