| Commit message (Expand) | Author | Age |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane | 2006-06-05 |
* | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | Default to ON for 8.2, as announced in the release notes: | Bruce Momjian | 2006-03-06 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 |
* | Wups, fat-fingered the calculation the first time. Update comment in | Tom Lane | 2005-12-23 |
* | Add quotes around search_path "$user" so that SHOW output can be used in | Bruce Momjian | 2005-12-23 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | 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 |
* | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 |
* | 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 |
* | Consistently align comments in postgresql.conf, move some slightly to | Bruce Momjian | 2005-08-19 |
* | 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 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 |
* | 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 |
* | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Mention prefix %t has no milliseconds. | Bruce Momjian | 2005-06-09 |
* | Restructure log_line_prefix options to be clearer: | Bruce Momjian | 2005-06-09 |
* | This patch against 8.0.0beta1 source adds log_line_prefix options for | Bruce Momjian | 2005-06-09 |
* | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 |
* | Improve readability of config location params by adding newline. | Bruce Momjian | 2005-06-04 |
* | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Change the default setting of "add_missing_from" to false. This has been | Neil Conway | 2005-04-08 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 |
* | Make default_with_oids default to false -- user-created tables will now | Neil Conway | 2005-03-13 |
* | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane | 2005-03-04 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Allow background writing to be shut down by setting limit values to zero. | Tom Lane | 2004-10-17 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |