summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_node.c
Commit message (Expand)AuthorAgeFilesLines
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-041-39/+4
* Fix typoPeter Eisentraut2023-01-061-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Non-decimal integer literalsPeter Eisentraut2022-12-141-1/+36
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-07-291-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-41/+42
* Move scanint8() to numutils.cPeter Eisentraut2022-02-141-3/+9
* Add Boolean nodePeter Eisentraut2022-01-171-0/+8
* Rename value node fieldsPeter Eisentraut2022-01-141-5/+5
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove Value node structPeter Eisentraut2021-09-091-24/+26
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Provide an error cursor for "can't subscript" error messages.Tom Lane2020-12-111-0/+6
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-170/+61
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-251-4/+4
* Improve the internal implementation of ereport().Tom Lane2020-03-241-4/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor parser's generation of Var nodes.Tom Lane2019-12-261-21/+0
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch2019-06-091-2/+0
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-011-79/+88
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-1/+1
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+2
* Make more use of castNode()Peter Eisentraut2017-02-211-2/+1
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-221-21/+38
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-181-32/+17
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-181-17/+32
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-5/+5
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-231-0/+13
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-121-5/+5
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-101-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-251-0/+3
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-3/+1