| Commit message (Expand) | Author | Age |
* | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut | 2000-09-06 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | SSL patch from Magnus | Bruce Momjian | 2000-08-30 |
* | Include kernel error message in failed-to-open file reports. | Tom Lane | 2000-08-29 |
* | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 |
* | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 |
* | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 |
* | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 |
* | Add assert checking to GUC ("debug_assertions") | Peter Eisentraut | 2000-07-12 |
* | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 |
* | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut | 2000-07-03 |
* | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut | 2000-06-06 |
* | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | More paranoia about global variables containing references to long- | Tom Lane | 2000-05-26 |
* | Make setproctitle update for every query. | Bruce Momjian | 2000-05-24 |
* | comment cleanup | Bruce Momjian | 2000-05-23 |
* | -D switch to postmaster should override any PGDATA environment variable | Tom Lane | 2000-04-27 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Several calls to StrNCpy incorrectly subtracted 1 from the length arg, | Tom Lane | 2000-03-19 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Tweak includes to avoid compiler warning on HPUX. | Tom Lane | 2000-01-20 |
* | Move SetPidFile() and firends to utils/init/miscinit.c so that | Tatsuo Ishii | 2000-01-09 |
* | Correct grammatical error | Tatsuo Ishii | 2000-01-07 |
* | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 |
* | Fix bugs regarding pid file. | Tatsuo Ishii | 1999-12-06 |
* | Unlink the pid file if it's bogus (no associated process exists) | Tatsuo Ishii | 1999-12-04 |
* | Create postmaster.pid and postmaster.opts under $PGDATA | Tatsuo Ishii | 1999-12-03 |
* | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 |
* | Update display of debug levels. | Bruce Momjian | 1999-10-08 |
* | Comment cleanup. | Bruce Momjian | 1999-10-08 |
* | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian | 1999-10-08 |
* | More startup/shutdown log messages. | Vadim B. Mikheev | 1999-10-08 |
* | Small cleanup. | Vadim B. Mikheev | 1999-10-06 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Reverse out getopt patch --- turns out it doesn't help on my | Tom Lane | 1999-09-30 |
* | Un-break optarg() call --- some peoples' optarg libraries | Tom Lane | 1999-09-30 |
* | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 |
* | Lots of patches coming in from me today :-) | Bruce Momjian | 1999-09-27 |