| Commit message (Expand) | Author | Age |
* | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane | 2001-11-12 |
* | Defend against possibility that SSL error reporting mechanism returns | Tom Lane | 2001-11-11 |
* | Restructure child-exit logging messages for easier translation, | Tom Lane | 2001-11-10 |
* | Clean up formatting of child process exit-status reports so that they | Tom Lane | 2001-11-06 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Fix now-obsolete comment. | Tom Lane | 2001-11-04 |
* | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 |
* | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-11-02 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Further cleanup of ps_status setup code. On platforms where the | Tom Lane | 2001-10-22 |
* | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane | 2001-10-21 |
* | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane | 2001-10-19 |
* | Set optreset on platforms that have it before launching postmaster | Tom Lane | 2001-10-19 |
* | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane | 2001-10-19 |
* | Move init_ps_display from postgres.c to postmaster.c, putting it | Tom Lane | 2001-10-19 |
* | Make sure to clean out old activity string when recycling a backend entry. | Tom Lane | 2001-10-16 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 |
* | Clean up a little more carefully around fork of pgstat subprocess. | Tom Lane | 2001-10-01 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | ISTM that IsUnderPostmaster should mean we are a child process of the | Tom Lane | 2001-09-30 |
* | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 |
* | Add an overall timeout on the client authentication cycle, so that | Tom Lane | 2001-09-21 |
* | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 |
* | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck | 2001-09-07 |
* | Missed a few places that referred to a compile-time limit on | Tom Lane | 2001-09-07 |
* | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 |
* | Convert some fprintf's to elog's. | Peter Eisentraut | 2001-08-30 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 |
* | Endeavor to make pgstats buffer process (a) safe and (b) useful. | Tom Lane | 2001-08-05 |
* | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane | 2001-08-04 |
* | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 |
* | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 |
* | Added GUC configuration options to control access statistics. | Jan Wieck | 2001-07-05 |
* | Start the stats collector at a less randomly chosen time. Bad idea | Tom Lane | 2001-07-03 |
* | Under new theory of operation wherein postmaster forks children | Tom Lane | 2001-07-01 |
* | portability enhancements | Peter Eisentraut | 2001-06-30 |
* | Turned high-frequently called pgstat functions into macros | Jan Wieck | 2001-06-29 |
* | Fix erroneous GUC variable references from commandline-GUC patch. | Tom Lane | 2001-06-29 |
* | Fix a couple remaining places where GUC variables were assigned to | Tom Lane | 2001-06-25 |
* | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian | 2001-06-23 |
* | The new files for statistical system views. | Jan Wieck | 2001-06-22 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | A bit of code beautification/cleanup of obsolete comments. Rethink | Tom Lane | 2001-06-21 |
* | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 |
* | Back out SET ALL patch because it is breaking things. | Bruce Momjian | 2001-06-19 |
* | RESET ALL secondary patch: | Bruce Momjian | 2001-06-18 |
* | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 |