summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAgeFilesLines
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-011-12/+1
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-291-1/+12
* Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane2010-01-261-12/+1
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-241-2/+9
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-231-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-1/+24
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-9/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-2/+3
* More cleanups for the recent large object permissions patch.Robert Haas2009-12-211-4/+4
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+63
* Add large object access control.Itagaki Takahiro2009-12-111-1/+12
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-19/+35
* Mark application_name as GUC_REPORT so that the value will be reported backTom Lane2009-12-021-2/+2
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-281-1/+38
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-211-18/+1
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-211-10/+1
* Add new PGC_S_DATABASE_USER enum value to several places missed by my patchAlvaro Herrera2009-10-131-2/+5
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-031-3/+9
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-221-1/+12
* Improve wording of error message when a postgresql.conf setting isPeter Eisentraut2009-09-171-7/+5
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-111-2/+2
* Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane2009-09-081-2/+26
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-031-3/+29
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-311-6/+6
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-311-1/+2
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-291-18/+3
* Try to make silent_mode behave somewhat reasonably.Tom Lane2009-08-241-2/+2
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-041-1/+17
* Change do_tup_output() to take Datum/isnull arrays instead of a char * array,Tom Lane2009-07-221-9/+27
* Make GEQO's planning deterministic by having it start from a predictableTom Lane2009-07-161-1/+9
* Make backend header files C++ safePeter Eisentraut2009-07-161-5/+5
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-121-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-235/+240
* Fix assign_pgstat_temp_directory() to ensure the directory path isTom Lane2009-05-031-8/+17
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-231-2/+2
* Revert addition of units to GUC descriptions; doesn't affectBruce Momjian2009-04-071-14/+14
* More GUC units doc updates.Bruce Momjian2009-04-071-11/+11
* Add unit documentation for various postgresql.conf settings.Bruce Momjian2009-04-061-5/+5
* Give a better error message when trying to changeBruce Momjian2009-04-021-2/+8
* Fix GUC's reports of assign_hook failure to always include the parameter valueTom Lane2009-04-021-16/+23
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-091-69/+1
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-281-3/+3
* Make some strings translatable again that were accidentally removed inMagnus Hagander2009-01-211-3/+3
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-161-2/+11
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-121-2/+74
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-091-20/+1
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-071-10/+29
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-061-13/+11
* Fix define_custom_variable to preserve any sourcefile/sourceline informationTom Lane2009-01-051-4/+12