summaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAgeFilesLines
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-261-0/+67
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-241-3/+11
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-231-10/+13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+3
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-161-8/+8
* Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane2010-11-071-4/+24
* Provide hashing support for arrays.Tom Lane2010-10-303-30/+49
* Refactor typenameTypeId()Peter Eisentraut2010-10-254-14/+31
* Allow new values to be added to an existing enum type.Tom Lane2010-10-241-2/+39
* Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas2010-10-221-1/+1
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-221-13/+13
* Improve handling of domains over arrays.Tom Lane2010-10-215-62/+149
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-191-74/+2
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-153-32/+77
* Support triggers on views.Tom Lane2010-10-101-9/+10
* Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane2010-10-021-1/+10
* Add a SECURITY LABEL command.Robert Haas2010-09-271-3/+93
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-262-34/+134
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-222-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-2022-22/+22
* Give a suitable HINT when an INSERT's data source is a RowExpr containingTom Lane2010-09-181-1/+60
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-032-119/+2
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-271-6/+2
* Add missing processing of OptTemp in CREATE IF NOT EXISTS variantTom Lane2010-08-201-1/+2
* Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas2010-08-191-84/+2
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-182-2/+15
* Coerce 'unknown' type parameters to the right type in the fixed-paramsHeikki Linnakangas2010-08-181-2/+84
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-071-10/+53
* Add a very specific hint for the case that we're unable to locate a functionTom Lane2010-08-051-1/+14
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-3/+3
* Add xmlexists functionPeter Eisentraut2010-08-051-4/+44
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-293-99/+130
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-281-7/+16
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-1/+34
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-201-2/+2
* Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane2010-07-181-2/+15
* pgindent run for 9.0, second runBruce Momjian2010-07-062-32/+33
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-301-2/+87
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-131-9/+9
* Change the notation for calling functions with named parameters fromTom Lane2010-05-303-14/+12
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-091-3/+3
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-3/+13
* Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.Tom Lane2010-04-281-2/+2
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-172-14/+13
* Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas2010-03-041-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-2611-184/+188
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-231-11/+13
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-3/+9
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-147-90/+51