summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1997-10-27Fix binary cursors broken by MOVE implementation.Vadim B. Mikheev
1997-10-25Modify to reflect changes in boolean input behavior (rejects bad inputThomas G. Lockhart
1997-10-25Remove extraneous row from user_relns table. Don't know where it came from...Thomas G. Lockhart
1997-10-25Have compiler use 486 instruction set. (Should add item in linux FAQ).Thomas G. Lockhart
1997-10-25Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,Thomas G. Lockhart
1997-10-25Add SQL92 reserved words for primary and foreign keys.Thomas G. Lockhart
1997-10-25Add conversion routines for int2, int4, and oid to and from text.Thomas G. Lockhart
1997-10-25Change column number constant to reflect change in column nameThomas G. Lockhart
1997-10-25Change embedded query to reflect column name change from "action"Thomas G. Lockhart
1997-10-25Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conformThomas G. Lockhart
1997-10-25Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.Thomas G. Lockhart
1997-10-25Add conversion functions for int2, int4, oid to and from text.Thomas G. Lockhart
1997-10-25Rename column to avoid "action" SQL92 reserved word.Thomas G. Lockhart
1997-10-25Shorten routine names to <= 16 characters to fit in pg_proc table.Thomas G. Lockhart
1997-10-25Add conversion routines for oid to and from text.Thomas G. Lockhart
1997-10-25Clean up comments.Thomas G. Lockhart
1997-10-25Add conversions for int2 and int4 to and from text.Thomas G. Lockhart
1997-10-25Fix occasional uninitialized variable fractional secondsThomas G. Lockhart
1997-10-25Add conversion from datetime to time data type.Thomas G. Lockhart
1997-10-25Modify one last line to complete changes for StrNCpy() macro addition.Thomas G. Lockhart
1997-10-25Add debugging statement enabled by CASHDEBUG symbol definition.Thomas G. Lockhart
1997-10-25Check explicitly for valid input strings for both TRUE and FALSE.Thomas G. Lockhart
1997-10-25StrNCpy cleanup.Bruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-10-24Fix alignment of source.Bruce Momjian
1997-10-22Debug stuff added to BlowawayRelationBuffers().Vadim B. Mikheev
1997-10-22Fix multi-column index scans in internal pages.Vadim B. Mikheev
1997-10-22Fix \. in manual page.Bruce Momjian
1997-10-18Update for 6.2.1REL6_2_1Bruce Momjian
1997-10-17DEFAULT fixedVadim B. Mikheev
1997-10-17Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev
1997-10-17Accept additional values for TRUE: y, Y, 1.Thomas G. Lockhart
1997-10-17Fix delta time decoding for 12 AM/PM.Thomas G. Lockhart
1997-10-17New function PQcmdTuples.Bruce Momjian
1997-10-16Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.Bruce Momjian
1997-10-16DROP TRIGGER.Vadim B. Mikheev
1997-10-16Ignore copies of columns specified in ORDER/GROUP BYVadim B. Mikheev
1997-10-16Cleanups for 6.2.1.Bruce Momjian
1997-10-15Fix for backward cursors with ORDER BY.Vadim B. Mikheev
1997-10-15Include SQL/92 string continuation across newlines.Thomas G. Lockhart
1997-10-15Fix final function for cash avg() aggregate.Thomas G. Lockhart
1997-10-12Decrement relation reference count incremented inVadim B. Mikheev
1997-10-12DEFAULT is handled by analyze.c now.Vadim B. Mikheev
1997-10-09Use P_TYPE rather than TYPE_P (which will be the name in the next release).Thomas G. Lockhart
1997-10-09Allow both TIME and TYPE as column and table names.Thomas G. Lockhart
1997-10-09Clean up function declarations for the boolean type packageThomas G. Lockhart
1997-10-09Allow 't', 'T', and even/odd ASCII characters to denote true/falseThomas G. Lockhart
1997-10-09Support special values 'now', 'current', etc on output.Thomas G. Lockhart
1997-10-09Allow TIME in column and table names (SQL/92 non-reserved word).Thomas G. Lockhart
1997-10-09Fix error in ordering of arguments.Thomas G. Lockhart