aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Improve description of constraint_exclusion variable.Tom Lane2005-11-04
* Fix logical error in option description.Peter Eisentraut2005-11-04
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Message correctionsPeter Eisentraut2005-10-29
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-20
* Add space after description.Bruce Momjian2005-10-16
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-14
* Fix up grammar in variable description string.Tom Lane2005-10-08
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-21
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Fix LRU/ALL description mismatch for GUC parameter.Bruce Momjian2005-08-19
* Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut2005-08-14
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-05
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Update GUC description for kerberos usernames.Bruce Momjian2005-06-16
* Have SHOW ALL include variable descriptions.Bruce Momjian2005-06-14
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-14
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Re-order 'else' clause for clarity.Bruce Momjian2005-05-27
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-15
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Change the default setting of "add_missing_from" to false. This has beenNeil Conway2005-04-08
* Add missing min/max parameters to DefineCustomIntVariable() andTom Lane2005-03-25
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Make default_with_oids default to false -- user-created tables will nowNeil Conway2005-03-13
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Allow Trace_lock_oidmin to be set to zero; this is a reasonableTom Lane2005-03-01
* Update copyrights that were missed.Bruce Momjian2005-01-01