summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan2005-11-101-1/+1
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-091-1/+1
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-051-7/+19
* Improve description of constraint_exclusion variable.Tom Lane2005-11-041-4/+4
* Fix logical error in option description.Peter Eisentraut2005-11-041-2/+2
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-2/+2
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-221-4/+2
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-201-4/+1
* Add space after description.Bruce Momjian2005-10-161-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-154-256/+242
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-141-30/+58
* Fix up grammar in variable description string.Tom Lane2005-10-081-3/+3
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-081-1/+1
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-031-1/+16
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-032-2/+77
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-1/+13
* Fix postgresql.conf lexer to accept doubled single quotes in literalTom Lane2005-09-211-32/+33
* autovacuum setting false -> off, for consistencyBruce Momjian2005-09-201-1/+1
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-122-22/+22
* Fix the spelling.Tom Lane2005-09-021-2/+2
* Update listen_addresses description.Bruce Momjian2005-09-021-2/+3
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-301-8/+11
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-292-3/+3
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-222-8/+7
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-212-7/+16
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-202-11/+22
* Fix LRU/ALL description mismatch for GUC parameter.Bruce Momjian2005-08-191-3/+3
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-191-131/+181
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-151-2/+2
* Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut2005-08-141-4/+4
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-112-3/+25
* Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian2005-08-091-3/+4
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-302-1/+100
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-2/+2
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-252-35/+54
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-232-1/+12
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-211-2/+2
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-2/+2
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-142-1/+67
* Fix config file lexer to not barf if postgresql.conf ends with a commentTom Lane2005-07-081-2/+2
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-052-1/+15
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-42/+17
* Improve wrapping of long lines in postgresql.conf.Bruce Momjian2005-07-021-15/+17
* Use on/off consistently for GUC variables in postgresql.conf and theBruce Momjian2005-07-021-59/+60
* Clarify documentation about log_min_duration_statement.Bruce Momjian2005-07-011-1/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-282-34/+34
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-261-14/+3
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-262-2/+34
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-172-1/+12