Age | Commit message (Expand) | Author |
1997-08-14 | Cleanup global variables, remove stable memory stuff. | Bruce Momjian |
1997-08-14 | sprintf "...%d...", ... (int)getpid(), ... | Vadim B. Mikheev |
1997-08-14 | _hash_checkpage: cleanup for CASSERT | Vadim B. Mikheev |
1997-08-12 | These changes allow the module to compile quietly when assert checking is | Bruce Momjian |
1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian |
1997-08-12 | cleanup of patch | Bruce Momjian |
1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian |
1997-08-06 | Fix for psort again. | Bruce Momjian |
1997-08-06 | Another psort fix. | Bruce Momjian |
1997-08-06 | I think I finally got psort working for all cases. | Bruce Momjian |
1997-08-06 | psort cleanups. | Bruce Momjian |
1997-08-06 | Another fix. | Bruce Momjian |
1997-08-06 | Fix for palloc(0) in new code | Bruce Momjian |
1997-08-06 | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian |
1997-08-06 | Catch non-functional delete attempts. | Vadim B. Mikheev |
1997-08-03 | Cleanup for NAMEDATALEN use. | Bruce Momjian |
1997-08-03 | Comment out code that makes no sense, and Purify complains about. | Bruce Momjian |
1997-08-02 | Prevent relname unallocated string length from being copied into database. | Bruce Momjian |
1997-07-30 | Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN... | Marc G. Fournier |
1997-07-30 | Check for and use <netdb.h> for postmaster.c, instead of checking if | Marc G. Fournier |
1997-07-30 | Allow use parameters in target list having aggregates in functions. | Vadim B. Mikheev |
1997-07-29 | Change call definition for isreltime(). | Thomas G. Lockhart |
1997-07-29 | Remove some unnecessary include statements (comment out with #ifdef FALSE). | Thomas G. Lockhart |
1997-07-29 | Add routines for text trimming on both ends, substring, and string position. | Thomas G. Lockhart |
1997-07-29 | Fix bug to allow hh:mm:ss time entry for timespan/reltime types. | Thomas G. Lockhart |
1997-07-29 | Remove #ifdef'd support for old i/o styles. | Thomas G. Lockhart |
1997-07-29 | Update some reltime code to use new common routines. | Thomas G. Lockhart |
1997-07-29 | Add debugging statements. | Thomas G. Lockhart |
1997-07-29 | mkLinux patches from Tatsuo Ishii. | Bruce Momjian |
1997-07-28 | Add SCO files. | Bruce Momjian |
1997-07-28 | Added SCO support, from Daniel Harris. | Bruce Momjian |
1997-07-28 | Remove sparc dir, add difftime macro for sunos. | Bruce Momjian |
1997-07-28 | Rename sparc to sunos4 directory. Was misnamed. | Bruce Momjian |
1997-07-27 | HPUX 10 patches from Vladimir Turin | Bruce Momjian |
1997-07-24 | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian |
1997-07-23 | Fix problems with pg_dump for iheritance, sequences, archive tables. | Bruce Momjian |
1997-07-13 | AIX nm fix from Gerhard | Bruce Momjian |
1997-07-10 | Fix for assembler from Yoshihiko ICHIKAWA | Bruce Momjian |
1997-07-10 | Allow underscores in user names. | Bruce Momjian |
1997-07-08 | Date-type fixes from Tatsuo Ishii | Bruce Momjian |
1997-07-01 | Fix code to do the right thing with mixed-endian clients and servers. | Thomas G. Lockhart |
1997-07-01 | Use common parser and encoder for timestamp data type. | Thomas G. Lockhart |
1997-06-29 | Fox case-sensitivity for \d and allow trailing ; on backslash commands. | Bruce Momjian |
1997-06-28 | _hash_first: release buf & metabuf if no tuples found for a key. | Vadim B. Mikheev |
1997-06-25 | fix for initdb --debug core dump, from Tatsuo Ishii | Bruce Momjian |
1997-06-23 | Use the standard date/time encoder rather than strftime() for output. | Thomas G. Lockhart |
1997-06-23 | Modify EncodeDateTime() to suppress trailing ".00" in seconds field. | Thomas G. Lockhart |
1997-06-23 | Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines. | Thomas G. Lockhart |
1997-06-20 | Fix broken parsing for lists of options. Apparently broken when support was | Thomas G. Lockhart |
1997-06-20 | Fix leap year and month boundary arithmetic for datetime +/- timespan; | Thomas G. Lockhart |