Age | Commit message (Expand) | Author |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-10-03 | Make some sentences consistent with similar ones. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |
2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
2005-02-14 | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-02-21 | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-10-02 | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
2003-07-18 | First bits of work on error message editing. | Tom Lane |
2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
2002-09-21 | Provide an upgrade strategy for dump files containing functions declared | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-08-13 | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut |
2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
2002-04-15 | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane |
2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
2001-06-13 | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane |
2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |