| Commit message (Expand) | Author | Age |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Add comment about why ON COMMENT in non-current database throws just an | Bruce Momjian | 2004-03-08 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane | 2003-08-11 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | For COMMENT ON DATABASE where database name is unknown or not the current | Tom Lane | 2003-07-17 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Lock on the rule relation wasn't removed after adding the comment. | Bruce Momjian | 2002-10-09 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane | 2002-08-09 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Centralize code for interpreting schema references, which had gotten | Tom Lane | 2002-07-29 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane | 2002-07-14 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Clean up some copyrights. | Bruce Momjian | 2002-06-20 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Make operators have their own comments separate from those of the | Tom Lane | 2002-05-13 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | Restrict comment to the current database in order to prevent them from | Bruce Momjian | 2002-04-24 |
* | 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 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
* | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane | 2001-06-25 |