aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-26
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Update copyright to 2004.Bruce Momjian2004-08-29
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-08
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-06
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-17
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-22
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-10
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-09
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-25
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18