| Commit message (Expand) | Author | Age |
* | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 |
* | Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. | Tom Lane | 2006-01-02 |
* | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane | 2006-01-01 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | add missing quote mark to ident_file sample line - per Hiroshi Saito | Andrew Dunstan | 2005-11-10 |
* | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane | 2005-11-09 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | Improve description of constraint_exclusion variable. | Tom Lane | 2005-11-04 |
* | Fix logical error in option description. | Peter Eisentraut | 2005-11-04 |
* | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 |
* | Message corrections | Peter Eisentraut | 2005-10-29 |
* | minor code cleanup - replace useless struct timezone argument to | Andrew Dunstan | 2005-10-22 |
* | Postpone pg_timezone_initialize() until after creation of postmaster.pid, | Tom Lane | 2005-10-20 |
* | Add space after description. | Bruce Momjian | 2005-10-16 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix syslog bug: if any messages are emitted to write_syslog before | Tom Lane | 2005-10-14 |
* | Fix up grammar in variable description string. | Tom Lane | 2005-10-08 |
* | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 |
* | Add a trace_sort option to help with measuring resource usage of external | Tom Lane | 2005-10-03 |
* | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane | 2005-10-03 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Fix postgresql.conf lexer to accept doubled single quotes in literal | Tom Lane | 2005-09-21 |
* | autovacuum setting false -> off, for consistency | Bruce Momjian | 2005-09-20 |
* | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane | 2005-09-12 |
* | Fix the spelling. | Tom Lane | 2005-09-02 |
* | Update listen_addresses description. | Bruce Momjian | 2005-09-02 |
* | Update documentation about shared memory sizing to reflect current | Tom Lane | 2005-08-30 |
* | Reduce default value of max_prepared_transactions from 50 to 5. This | Tom Lane | 2005-08-29 |
* | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 |
* | Minor GUC cleanups: document krb_server_hostname and custom_variable_classes | Tom Lane | 2005-08-21 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Fix LRU/ALL description mismatch for GUC parameter. | Bruce Momjian | 2005-08-19 |
* | Consistently align comments in postgresql.conf, move some slightly to | Bruce Momjian | 2005-08-19 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 |
* | Change standard_compliant_strings to standard_conforming_strings. | Peter Eisentraut | 2005-08-14 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Update postgresql.conf to show default ordering for wal_sync_method. | Bruce Momjian | 2005-08-09 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 |
* | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Fix config file lexer to not barf if postgresql.conf ends with a comment | Tom Lane | 2005-07-08 |
* | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian | 2005-07-02 |
* | Use on/off consistently for GUC variables in postgresql.conf and the | Bruce Momjian | 2005-07-02 |
* | Clarify documentation about log_min_duration_statement. | Bruce Momjian | 2005-07-01 |