| Commit message (Expand) | Author | Age |
* | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Fix tuple-chain-moving tests to handle marked-for-update tuples correctly | Tom Lane | 2002-08-13 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian | 2002-07-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Fix up gcc warnings, improve comments. | Tom Lane | 2002-06-15 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Allow ANALYZE to run in a transaction. | Bruce Momjian | 2002-06-13 |
* | 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 |
* | Disable VACUUM from being called from a function because function memory | Bruce Momjian | 2002-04-15 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 |
* | Fix CLOG truncation code to not do the Wrong Thing when there are already | Tom Lane | 2002-04-02 |
* | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | 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 |
* | Fix comment, add Assert. | Tom Lane | 2001-09-04 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | New-style vacuum neglected to update pg_class statistics about indexes | Tom Lane | 2001-07-18 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, | Tom Lane | 2001-07-13 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 |
* | Remove direct calls of index_insert(), instead use ExecInsertIndexTuples(). | Tom Lane | 2001-07-11 |
* | First non-stub implementation of shared free space map. It's not super | Tom Lane | 2001-07-02 |
* | Fix VACUUM so that it can use pages as move targets even if they do not | Tom Lane | 2001-06-29 |
* | Fix longstanding error in VACUUM: sometimes would examine a buffer page | Tom Lane | 2001-06-29 |
* | 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 |
* | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 |
* | 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 |
* | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 |
* | Prevent forced blank line before comment block in pgindent. | Bruce Momjian | 2001-05-17 |
* | Replace poorly-coded vac_find_eq routine with call to standard bsearch | Tom Lane | 2001-05-17 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |