| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -99/+96 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -1/+3 |
| * | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 | 1 | -62/+117 |
| * | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 | 1 | -126/+136 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -23/+32 |
| * | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane | 2005-03-25 | 1 | -7/+32 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | A few minor list-related cleanups: | Neil Conway | 2004-09-27 | 1 | -5/+6 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -4/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -193/+39 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -4/+183 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -3/+5 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -3/+3 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -3/+8 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -2/+2 |
| * | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -12/+10 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -34/+44 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -33/+33 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -58/+58 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -5/+1 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -8/+13 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -2/+7 |
| * | Implement partial-key searching of syscaches, per recent suggestion | Tom Lane | 2002-04-06 | 1 | -192/+539 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -4/+4 |
| * | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 | 1 | -9/+16 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 | 1 | -313/+493 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -25/+25 |
| * | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 | 1 | -20/+2 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -50/+119 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -16/+14 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -18/+5 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -3/+14 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -2/+2 |
| * | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 1 | -6/+24 |
| * | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 | 1 | -144/+185 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -8/+16 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -88/+89 |
| * | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 | 1 | -91/+91 |