summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1997-11-17Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian
1997-11-17Add DTK_DOY to help decode day of year fields.Thomas G. Lockhart
1997-11-17Include first text in some type descriptions (~29 entries).Thomas G. Lockhart
1997-11-16New \dS psql command. initdb cleanup.Bruce Momjian
1997-11-15Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian
1997-11-15Fix problem of COPY before vacuum.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-14Add new psql \da, \do, and \dT options.Bruce Momjian
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-13Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-11-07new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>Bruce Momjian
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-11-07Include transam.h to get NullTransactionId definedThomas G. Lockhart
1997-11-07Declare routines which support SET keyword = value SQL commands.Thomas G. Lockhart
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-30No more warnings on macros, thanks VAdim.Bruce Momjian
1997-10-30Update version to 6.3. dump/reload for 6.1 version users.Bruce Momjian
1997-10-30Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart
1997-10-30Fix for netbsd locking, from Henry B. Hotz.Bruce Momjian
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-10-27c.h:Vadim B. Mikheev
1997-10-25Add conversion routines for int2, int4, and oid to and from text.Thomas 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-25StrNCpy cleanup.Bruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-10-16Cleanups for 6.2.1.Bruce Momjian
1997-10-15Fix for backward cursors with ORDER BY.Vadim B. Mikheev
1997-10-15Fix final function for cash avg() aggregate.Thomas G. Lockhart
1997-10-09Clean up function declarations for the boolean type packageThomas G. Lockhart
1997-10-03We never do remember to up the PG_VERSION number, do we? :(Marc G. Fournier
1997-10-03Linux/alpha patch from Dan MaynardBruce Momjian
1997-10-02Sparc lock fix for Linux/netbsd.REL6_2Bruce Momjian
1997-09-30Add support for NetBSD/sparc.Bruce Momjian
1997-09-29MOVE implementation (added bool ismove to FetchStmt).Vadim B. Mikheev
1997-09-29HPUX patches from Vladimir Turin.Bruce Momjian
1997-09-27Make GetAttributeByNum visible again for external use.Bruce Momjian
1997-09-25Back out inclusion of postgres.h.Bruce Momjian
1997-09-25Massive examples fix from Nicola BernardelliBruce Momjian
1997-09-25S_LOCK_FREE fix.Bruce Momjian
1997-09-24Fix for S_FREE_LOCK.Bruce Momjian
1997-09-24+ SPI_palloc(), SPI_repalloc(), SPI_pfree()Vadim B. Mikheev
1997-09-22Cleanup backslashes.Bruce Momjian
1997-09-22Fix for missing tas on some platforms.Bruce Momjian
1997-09-22Small lock cleanup for prototype.Bruce Momjian
1997-09-22Two copies...Vadim B. Mikheev
1997-09-20Add tinterval comparison operators.Thomas G. Lockhart