aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-05
* Add 'GERMAN' style to date/time output.Thomas G. Lockhart1997-12-04
* Add some printing capability for a few more node types (CreateStmt,Thomas G. Lockhart1997-12-04
* Add 'GERMAN' option to DateStyle.Thomas G. Lockhart1997-12-04
* Change Constraint structure name from ConstraintDef to Constraint.Thomas G. Lockhart1997-12-04
* Add SQL92-compliant syntax for constraints.Thomas G. Lockhart1997-12-04
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-04
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Fix vacuum analyze syntax problem.Bruce Momjian1997-12-02
* Remove premature code in constraint parsing.Thomas G. Lockhart1997-12-02
* Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian1997-12-01
* Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEYThomas G. Lockhart1997-11-30
* Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart1997-11-30
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-28
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-28
* Salt fix for password, from Tatsuo Ishii.Bruce Momjian1997-11-27
* Prevent flushing from packets, by Massimo.Bruce Momjian1997-11-27
* Cleaups of comments.Bruce Momjian1997-11-27
* Add README for parser directoryBruce Momjian1997-11-26
* Re-order args for TypeCreate() to be clearer.Bruce Momjian1997-11-26
* Fix from Zeugswetter Andreas DBT for Sendproc.Bruce Momjian1997-11-26
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove gram problems with archive.Bruce Momjian1997-11-24
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-24
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-24
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Fix for textcat on varchar() fields.Bruce Momjian1997-11-23
* Archive cleanups.Bruce Momjian1997-11-21
* More archive cleanup.Bruce Momjian1997-11-21
* Remove unused files.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Fix socket file permissions, from Goran Thyni.Bruce Momjian1997-11-19
* FIx for unix domain sockets, from Goran Thyni.Bruce Momjian1997-11-19
* Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev1997-11-19
* Get rid of unused variable 'address'.Vadim B. Mikheev1997-11-18
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-17
* Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart1997-11-17
* Update UNION and subselect syntax.Thomas G. Lockhart1997-11-17
* Update generated source for scan.l.Thomas G. Lockhart1997-11-17
* Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart1997-11-17
* Use limits.h for INT, SHRT, and SCHAR min and max values rather thanThomas G. Lockhart1997-11-17
* Use SHRT_MIN and SHRT_MAX for 2-byte integer limits.Thomas G. Lockhart1997-11-17
* Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart1997-11-17
* Include unistd.h to get read/write function declarations.Thomas G. Lockhart1997-11-17
* Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart1997-11-17