summaryrefslogtreecommitdiff
path: root/src/backend/nodes/read.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-131-1/+29
* Fix reading of BitString nodesPeter Eisentraut2022-09-241-5/+4
* Fix reading of most-negative integer value nodesPeter Eisentraut2022-09-241-1/+1
* Fix XID list support some moreAlvaro Herrera2022-07-131-1/+22
* Fix for new Boolean nodePeter Eisentraut2022-01-171-1/+2
* Add Boolean nodePeter Eisentraut2022-01-171-2/+7
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-181-12/+56
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-3/+3
* Move strtoint() to commonPeter Eisentraut2018-03-131-7/+5
* Change internal integer representation of Value nodePeter Eisentraut2018-03-131-9/+5
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-221-1/+1
* 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
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Avoid compiler warnings due to possibly unused variablesPeter Eisentraut2011-06-161-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Cast slightly abused enum to int, so that GCC 4.5 won't warn about switchPeter Eisentraut2010-01-181-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-9/+10
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+1
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-081-9/+64
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-061-76/+49
* Remove duplicate include of value.h. I think it got in because Tom and I bot...Bruce Momjian2004-01-091-2/+1
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-091-1/+2
* Add missing inclusion of nodes/value.h.Tom Lane2004-01-071-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-3/+3
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-251-8/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2