| Commit message (Expand) | Author | Age |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 |
* | 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 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | setRuleCheckAsUser has to be applied to any subqueries appearing in a | Tom Lane | 2004-05-18 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Disallow converting a table to a view if it has triggers, indexes, or | Tom Lane | 2003-09-17 |
* | Update copyrights to 2003. | Bruce Momjian | 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 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane | 2002-09-11 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 |
* | 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 |
* | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 |
* | 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 |
* | 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 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | 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 |
* | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 |
* | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 |
* | Permission checking wasn't quite right for insert/update/delete rules, | Tom Lane | 2001-05-03 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | 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-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Relax test on typmod matching between a table and its proposed ON SELECT | Tom Lane | 2001-01-13 |
* | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane | 2000-12-05 |
* | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | Fix relation-to-view conversion so that it doesn't try to convert a plain | Tom Lane | 2000-09-12 |
* | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 |