Age | Commit message (Expand) | Author |
1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
1999-01-18 | Hi! | Bruce Momjian |
1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
1998-12-16 | Serialized mode works! | Vadim B. Mikheev |
1998-10-16 | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian |
1998-10-13 | This is plain wrong, but check to see if DataDir was set *before* running | Marc G. Fournier |
1998-10-13 | case statement in select call was missing a break... | Marc G. Fournier |
1998-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane |
1998-10-02 | Clean up some minor bugs concerning what was inside the main loop | Tom Lane |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-30 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
1998-08-25 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
1998-08-25 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
1998-08-25 | Move debugging printout of the query tree to print for all cases. | Thomas G. Lockhart |
1998-08-24 | This is the final state of the rule system for 6.4 after the | Bruce Momjian |
1998-08-04 | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian |
1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
1998-07-18 | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian |
1998-07-09 | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier |
1998-06-27 | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian |
1998-06-16 | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-06-09 | Another for for exec() removal and finding binaries. | Bruce Momjian |
1998-06-08 | Fixed exec path problem. | Bruce Momjian |
1998-06-04 | Show backend status on ps command line. Remove unused args from | Bruce Momjian |
1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian |
1998-05-27 | postmaster/postgres options cleanup. | Bruce Momjian |
1998-05-26 | Fix for postgres started from command line, sends 'Z' protocol | Bruce Momjian |
1998-05-19 | Allow cancel from client of backend query. Change some int variables | Bruce Momjian |
1998-05-06 | What I've done: | Bruce Momjian |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-02-24 | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier |
1998-02-02 | #if aix changed to #if HAVE_SYS_SELECT_H | Marc G. Fournier |
1998-02-01 | AIX patch from Darren King and Univel patch from Billy Allie, mostly | Bruce Momjian |
1998-01-26 | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier |
1998-01-25 | getpid/pid cleanup | Bruce Momjian |
1998-01-13 | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier |
1998-01-09 | Yohoo UNIONS of VIEWS. | Bruce Momjian |
1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
1997-12-16 | Use environment variable PGDATESTYLE on backend startup to initialize | Thomas G. Lockhart |
1997-12-11 | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian |
1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
1997-11-10 | Change quickdie elog notice to a single message. | Thomas G. Lockhart |
1997-11-09 | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier |
1997-11-07 | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian |
1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |