| Commit message (Expand) | Author | Age |
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 |
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 |
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 |
* | Routines for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 |
* | Add database.c for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 |
* | Implement CREATE DATABASE/WITH LOCATION=. | Thomas G. Lockhart | 1997-11-07 |
* | Enable SET value = DEFAULT by passing null parameter to parsers. | Thomas G. Lockhart | 1997-11-07 |
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 |
* | Change phrasing of input error message. | Thomas G. Lockhart | 1997-11-07 |
* | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | Fix acl error, and remove duplicate pqtrace. | Bruce Momjian | 1997-11-01 |
* | Indexes for LIKE and ~, !~ operations. | Bruce Momjian | 1997-10-31 |
* | Remove duplocate lock_timeout value. | Bruce Momjian | 1997-10-30 |
* | Add initial backend support for SET/SHOW/RESET TIME ZONE. | Thomas G. Lockhart | 1997-10-30 |
* | Add routines istrue() and isfalse() to directly evaluate boolean type. | Thomas G. Lockhart | 1997-10-30 |
* | Add support for SQL92 delimited identifiers. | Thomas G. Lockhart | 1997-10-30 |
* | Add support for delimited identifiers. Include new exclusive state "xd". | Thomas G. Lockhart | 1997-10-30 |
* | Fix up elog messages for consistant usage of quotes around arguments. | Thomas G. Lockhart | 1997-10-30 |
* | Fix for international identifiers, from Tatsuo Ishii | Bruce Momjian | 1997-10-30 |
* | Fix for when POSIX time not defined. | Bruce Momjian | 1997-10-30 |
* | Fix for compile warning, from Ernst Molitor. | Bruce Momjian | 1997-10-30 |
* | AIX patch from Darren King. | Bruce Momjian | 1997-10-30 |
* | Remove strcasecmp for univel. | Bruce Momjian | 1997-10-30 |
* | Generate error on large integer. | Bruce Momjian | 1997-10-30 |
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 |
* | Free ascii representations of compared values! | Vadim B. Mikheev | 1997-10-27 |
* | Use shared lock when building indices | Vadim B. Mikheev | 1997-10-27 |
* | Fix binary cursors broken by MOVE implementation. | Vadim B. Mikheev | 1997-10-27 |
* | Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, | Thomas G. Lockhart | 1997-10-25 |
* | Add SQL92 reserved words for primary and foreign keys. | Thomas G. Lockhart | 1997-10-25 |
* | Change column number constant to reflect change in column name | Thomas G. Lockhart | 1997-10-25 |
* | Change embedded query to reflect column name change from "action" | Thomas G. Lockhart | 1997-10-25 |
* | Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform | Thomas G. Lockhart | 1997-10-25 |
* | Shorten routine names to <= 16 characters to fit in pg_proc table. | Thomas G. Lockhart | 1997-10-25 |
* | Add conversion routines for oid to and from text. | Thomas G. Lockhart | 1997-10-25 |
* | Clean up comments. | Thomas G. Lockhart | 1997-10-25 |
* | Add conversions for int2 and int4 to and from text. | Thomas G. Lockhart | 1997-10-25 |
* | Fix occasional uninitialized variable fractional seconds | Thomas G. Lockhart | 1997-10-25 |
* | Add conversion from datetime to time data type. | Thomas G. Lockhart | 1997-10-25 |
* | Modify one last line to complete changes for StrNCpy() macro addition. | Thomas G. Lockhart | 1997-10-25 |
* | Add debugging statement enabled by CASHDEBUG symbol definition. | Thomas G. Lockhart | 1997-10-25 |
* | Check explicitly for valid input strings for both TRUE and FALSE. | Thomas G. Lockhart | 1997-10-25 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | Fix alignment of source. | Bruce Momjian | 1997-10-24 |
* | Debug stuff added to BlowawayRelationBuffers(). | Vadim B. Mikheev | 1997-10-22 |
* | Fix multi-column index scans in internal pages. | Vadim B. Mikheev | 1997-10-22 |
* | Accept additional values for TRUE: y, Y, 1. | Thomas G. Lockhart | 1997-10-17 |
* | Fix delta time decoding for 12 AM/PM. | Thomas G. Lockhart | 1997-10-17 |
* | Ignore copies of columns specified in ORDER/GROUP BY | Vadim B. Mikheev | 1997-10-16 |