]> granicus.if.org Git - postgresql/history - src/backend/parser/parser.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parser.c
2003-05-05 Tom LaneNot sure why parser() was still doing clearerr(stdin...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-20 Peter EisentrautScanner performance improvements
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneAdd safety check on expression nesting depth. Default...
2000-01-26 Bruce MomjianAdd:
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
1997-12-22 Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Bruce MomjianWe store Cash/money as int of size 4, so make it an...
1997-08-22 Bruce MomjianAllow functions and operators on internally-identical...
1997-08-03 Bruce MomjianComment out code that makes no sense, and Purify compla...
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-01-22 Bruce MomjianCast constants to the type of the other binary operand.
1996-12-26 Bruce MomjianI have this annoying habit (among others) of putting
1996-12-07 Bruce MomjianRemove Dan's fix of SELECT NULL to fix INSERT NULL.
1996-11-30 Bruce MomjianThis patch changes quite a few instances of references...
1996-11-30 Bruce MomjianAs someone asked for this feature - patch for 1.09...
1996-11-25 Bruce MomjianPrevent empty queries from crashing server.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-10 Bruce Momjianprototype cleanup
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-11-08 Bruce MomjianMore compile cleanups
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-04 Bruce MomjianRemove NULL_PATCH define
1996-10-31 Marc G. FournierAdd #include "postgres.h"
1996-07-19 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01