aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-05
* Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut2001-06-30
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-23
* Back out SET ALL patch because it is breaking things.Bruce Momjian2001-06-19
* RESET ALL secondary patch:Bruce Momjian2001-06-18
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-12
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-07
* Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut2001-05-17
* Fix Joubert's complaint that int8-sized numeric literals are mishandledTom Lane2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* XLOG (and related) changes:Tom Lane2001-03-13
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-18
* FixBTree flag still exists and may be used to turnVadim B. Mikheev2001-02-07
* Add all possible config file options.Bruce Momjian2001-01-24
* 1. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev2001-01-09
* Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut2000-12-03
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-29
* Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian2000-11-25
* Compile WAL by default.Vadim B. Mikheev2000-11-20
* Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut2000-11-15
* Small polishing of syslog facility and ident settings. Only allow settingPeter Eisentraut2000-11-14
* Rename PortName to PortNumber.Bruce Momjian2000-11-14
* Ok, You guys are probably tired of me, BUT, here is another one, thatBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-01
* Oops, back out my unintended changes.Bruce Momjian2000-10-11
* Update make_mkidBruce Momjian2000-10-11
* Add runtime configuration option "silent_mode".Tatsuo Ishii2000-10-08
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-06
* Maybe "shared_buffers" is a slightly better name than "shmem_buffers" for -B.Peter Eisentraut2000-08-28
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* Make debug_assertions default to ON, when compiled in at all, forTom Lane2000-08-11
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* Add assert checking to GUC ("debug_assertions")Peter Eisentraut2000-07-12
* Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut2000-07-03
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Final #include cleanup.Bruce Momjian2000-06-15
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31