aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane2006-01-02
* Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane2006-01-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan2005-11-10
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-09
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* 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
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-22
* 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
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Fix postgresql.conf lexer to accept doubled single quotes in literalTom Lane2005-09-21
* autovacuum setting false -> off, for consistencyBruce Momjian2005-09-20
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Fix the spelling.Tom Lane2005-09-02
* Update listen_addresses description.Bruce Momjian2005-09-02
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-30
* 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
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-19
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* 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
* Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian2005-08-09
* 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
* Fix config file lexer to not barf if postgresql.conf ends with a commentTom Lane2005-07-08
* 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
* Improve wrapping of long lines in postgresql.conf.Bruce Momjian2005-07-02
* Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian2005-07-02
* Clarify documentation about log_min_duration_statement.Bruce Momjian2005-07-01