| Commit message (Expand) | Author | Age |
* | elog() was set up to call abort() if it saw an ERROR or FATAL exit | Tom Lane | 1999-12-30 |
* | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 |
* | Modify elog() logic so that it won't try to longjmp(Warn_restart) before | Tom Lane | 1999-11-16 |
* | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Eliminate elog()'s hardwired limit on length of an error message. | Tom Lane | 1999-09-11 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup | Bruce Momjian | 1999-07-16 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 |
* | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 |
* | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane | 1999-04-20 |
* | Fix kill() call in elog() so that it gets its own pid by calling getpid(). | Tatsuo Ishii | 1999-04-16 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 |
* | From: Magnus Hagander <mha@sollentuna.net> | Marc G. Fournier | 1999-01-11 |
* | Some security, since we now have vsnprintf, I remade an old patch | Bruce Momjian | 1999-01-01 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Two spaces after a colon. | Bruce Momjian | 1998-08-31 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | Rename signal to SIGHUP. | Bruce Momjian | 1998-07-07 |
* | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Allow cancel from client of backend query. Change some int variables | Bruce Momjian | 1998-05-19 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | getpid/pid cleanup | Bruce Momjian | 1998-01-25 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |
* | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 |
* | This is an attempt to get rid of some cruft... | Marc G. Fournier | 1997-03-18 |
* | Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objects | Marc G. Fournier | 1997-03-18 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 |
* | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 |
* | Remove most compile-time options, add a few runtime options to make up for it. | Bryan Henderson | 1996-11-14 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 |
* | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 |
* | more removal of PORTNAME_* | Marc G. Fournier | 1996-10-31 |
* | Removed const warning. | Bruce Momjian | 1996-10-13 |
* | I grabbed the latest version of the source code via sup this morning, | Marc G. Fournier | 1996-08-14 |
* | - merging in Dr. George's tree with ours | Marc G. Fournier | 1996-07-22 |