summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pg_dump -H option to -h.Bruce Momjian1997-10-302-7/+7
* AIX patch from Darren King.Bruce Momjian1997-10-305-22/+17
* Remove strcasecmp for univel.Bruce Momjian1997-10-301-61/+0
* Generate error on large integer.Bruce Momjian1997-10-301-4/+9
* New backend_dir html source.Bruce Momjian1997-10-296-82/+253
* Added support for shlib for BSD44_derived & i386_solaris.Vadim B. Mikheev1997-10-281-19/+27
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-2816-145/+638
* Rename postgres95 to postgresql.Bruce Momjian1997-10-282-5/+5
* New backend dirs html file.Bruce Momjian1997-10-271-0/+322
* Add new html development tools, and flow chart.Bruce Momjian1997-10-273-47/+112
* c.h:Vadim B. Mikheev1997-10-272-2/+8
* Free ascii representations of compared values!Vadim B. Mikheev1997-10-271-1/+7
* Use shared lock when building indicesVadim B. Mikheev1997-10-271-2/+5
* Fix binary cursors broken by MOVE implementation.Vadim B. Mikheev1997-10-271-9/+20
* Modify to reflect changes in boolean input behavior (rejects bad inputThomas G. Lockhart1997-10-252-2/+8
* Remove extraneous row from user_relns table. Don't know where it came from...Thomas G. Lockhart1997-10-251-2/+1
* Have compiler use 486 instruction set. (Should add item in linux FAQ).Thomas G. Lockhart1997-10-251-1/+1
* Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,Thomas G. Lockhart1997-10-251-441/+679
* Add SQL92 reserved words for primary and foreign keys.Thomas G. Lockhart1997-10-251-11/+28
* Add conversion routines for int2, int4, and oid to and from text.Thomas G. Lockhart1997-10-251-3/+11
* Change column number constant to reflect change in column nameThomas G. Lockhart1997-10-252-4/+4
* Change embedded query to reflect column name change from "action"Thomas G. Lockhart1997-10-251-2/+2
* Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conformThomas G. Lockhart1997-10-251-3/+3
* Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.Thomas G. Lockhart1997-10-251-5/+5
* Add conversion functions for int2, int4, oid to and from text.Thomas G. Lockhart1997-10-251-19/+33
* Rename column to avoid "action" SQL92 reserved word.Thomas G. Lockhart1997-10-251-3/+3
* Shorten routine names to <= 16 characters to fit in pg_proc table.Thomas G. Lockhart1997-10-251-17/+8
* Add conversion routines for oid to and from text.Thomas G. Lockhart1997-10-251-4/+44
* Clean up comments.Thomas G. Lockhart1997-10-251-5/+5
* Add conversions for int2 and int4 to and from text.Thomas G. Lockhart1997-10-251-8/+91
* Fix occasional uninitialized variable fractional secondsThomas G. Lockhart1997-10-251-3/+3
* Add conversion from datetime to time data type.Thomas G. Lockhart1997-10-251-92/+86
* Modify one last line to complete changes for StrNCpy() macro addition.Thomas G. Lockhart1997-10-251-2/+2
* Add debugging statement enabled by CASHDEBUG symbol definition.Thomas G. Lockhart1997-10-251-1/+10
* Check explicitly for valid input strings for both TRUE and FALSE.Thomas G. Lockhart1997-10-251-12/+19
* Include explicit SQL update instructions.Thomas G. Lockhart1997-10-251-0/+8
* StrNCpy cleanup.Bruce Momjian1997-10-251-6/+3
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-2531-83/+87
* Fix alignment of source.Bruce Momjian1997-10-241-2/+2
* Debug stuff added to BlowawayRelationBuffers().Vadim B. Mikheev1997-10-221-1/+16
* Fix multi-column index scans in internal pages.Vadim B. Mikheev1997-10-221-3/+9
* Fix \. in manual page.Bruce Momjian1997-10-221-3/+3
* Update for 6.2.1REL6_2_1Bruce Momjian1997-10-181-3/+3
* Update for 6.2.1.Bruce Momjian1997-10-181-2/+3
* Update TODO with html changes.Bruce Momjian1997-10-171-144/+143
* Update TODO to reflect new HISTORY file.Bruce Momjian1997-10-171-2/+22
* Last (?) updations.Vadim B. Mikheev1997-10-171-4/+5
* DEFAULT fixedVadim B. Mikheev1997-10-171-3/+1
* Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev1997-10-179-155/+148
* Trigger function for inserting user names.Vadim B. Mikheev1997-10-175-2/+129