| Commit message (Expand) | Author | Age |
* | When compiling with --enable-cassert, check for reference count leaks | Tom Lane | 2002-08-02 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian | 2002-07-15 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Make RelationForgetRelation error out if the relcache entry has nonzero | Tom Lane | 2002-05-22 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 |
* | pg_trigger's index on tgrelid is replaced by a unique index on | Tom Lane | 2002-04-19 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 |
* | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 |
* | 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 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Fix init_irels to close the pg_internal.init file before returning. | Tom Lane | 2002-01-16 |
* | If we fail to rename pg_internal.init into place, delete the useless | Tom Lane | 2002-01-15 |
* | 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 |
* | 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 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Further work on connecting the free space map (which is still just a | 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 |
* | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 |
* | Small include file fix for pg_variabie.h | Bruce Momjian | 2001-05-14 |
* | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian | 2001-05-14 |
* | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 |
* | Restore pre-7.1 behavior of allowing DROP of a table whose underlying | Tom Lane | 2001-04-02 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Add some debugging support code (ifdef'd out in normal use). | Tom Lane | 2001-01-08 |
* | Fix memory leak in relcache handling of rules: allocate rule parsetrees | Tom Lane | 2001-01-06 |
* | init_irels() is changed to be called in RelationCacheInitializePhase2() | Hiroshi Inoue | 2001-01-06 |
* | I neglected to remove a debug message,sorry. | Hiroshi Inoue | 2001-01-04 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 |
* | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 |
* | Suppress compiler warnings. | Tom Lane | 2000-12-09 |