summaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAgeFilesLines
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-193-3/+6
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-262-3/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-015-10/+10
* Small comment spacing improvement.Bruce Momjian2007-11-161-2/+2
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-14/+13
* pgindent run for 8.3.Bruce Momjian2007-11-152-12/+12
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-062-4/+5
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-271-17/+21
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-3/+3
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-2/+54
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-2/+4
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-192-2/+95
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-1/+3
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-13/+45
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-011-20/+35
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-012-4/+4
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-055-10/+10
* Message style improvementsPeter Eisentraut2006-10-061-4/+4
* pgindent run for 8.2.Bruce Momjian2006-10-044-53/+55
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-052-53/+30
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-022-70/+226
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-2/+3
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-6/+164
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-1/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-143-13/+3
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-6/+15
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-302-26/+19
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-052-4/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-055-10/+10
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-311-10/+29
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-061-2/+9
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-232-6/+28
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-223-36/+38
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-291/+273
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-9/+19
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-281-3/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-282-9/+9
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-042-18/+32
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-38/+214
* Avoid unnecessary call of rangeTableEntry_used() for the result relationTom Lane2005-05-291-7/+3
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-12/+18
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-143-14/+10
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3