summaryrefslogtreecommitdiff
path: root/src/backend/nodes/read.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+5
* Fix Joubert's complaint that int8-sized numeric literals are mishandledTom Lane2001-03-221-5/+11
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-13/+14
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-071-25/+33
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-3/+3
* Change internal string representation of BitString node to include aPeter Eisentraut2000-10-311-3/+3
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-311-4/+15
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-3/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-32/+38
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-26/+35
* Add:Bruce Momjian2000-01-261-2/+3
* Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn'tTom Lane2000-01-141-104/+167
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-191-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-8/+8
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-19/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Cleanup of outnodes.Bruce Momjian1998-01-071-10/+12
* Fix for views and outnodes.Bruce Momjian1998-01-071-4/+6
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-6/+11
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-87/+87
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-195/+226
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Compile and warning cleanupBruce Momjian1996-11-081-3/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+270