Commit Graph

271 Commits (f1325ce213ae1843d2ee636ff6780c3f8ac9ada6)

Author SHA1 Message Date
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Tom Lane 8217cfbd99 Add support for an application_name parameter, which is displayed in 16 years ago
Tom Lane ab61df9e52 Remove regex_flavor GUC, so that regular expressions are always "advanced" 16 years ago
Tom Lane 289e2905c8 Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
Tom Lane 9048b73184 Implement the DO statement to support execution of PL code without having 16 years ago
Tom Lane 8c5463a511 Increase the maximum value of extra_float_digits to 3, and have pg_dump 16 years ago
Tom Lane eeb6cb143a Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled 16 years ago
Tom Lane 8bed238c87 Try to make silent_mode behave somewhat reasonably. 16 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 16 years ago
Tom Lane f5bc74192d Make GEQO's planning deterministic by having it start from a predictable 16 years ago
Peter Eisentraut f39df967e9 Add log_line_prefix placeholder %e to contain the current SQL state 16 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 17 years ago
Bruce Momjian 555b46e25c More GUC units doc updates. 17 years ago
Bruce Momjian 80df9c49af Add unit documentation for various postgresql.conf settings. 17 years ago
Bruce Momjian 72e2315c34 Properly align equals signs in new postgresql.conf units comments. 17 years ago
Bruce Momjian 802e414d62 Document in postgresql.conf that the default units for 17 years ago
Bruce Momjian 4ae4d23433 Display postgresql.conf unit options in an easier-to-understand, 17 years ago
Tom Lane 640796ff41 Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 17 years ago
Heikki Linnakangas 6587818542 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 17 years ago
Tom Lane 445ce15702 Create a third option named "partition" for constraint_exclusion, and make it 17 years ago
Magnus Hagander f6c916ee98 Remove comments that say restart is required for changing of Kerberos 17 years ago
Tom Lane 65e3ea7641 Increase the default value of default_statistics_target from 10 to 100, 17 years ago
Tom Lane df7641e25a Add a new GUC variable called "IntervalStyle" that decouples interval output 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane 9650830bc8 Cause the output from debug_print_parse, debug_print_rewritten, and 17 years ago
Magnus Hagander 5b8eb2b4b9 Make the temporary directory for pgstat files configurable by the GUC 17 years ago
Heikki Linnakangas 995fb74202 Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. 17 years ago
Bruce Momjian 70da495d84 Fix spelling mistake in postgresql.conf. 18 years ago
Tom Lane 93c701edc6 Add support for tracking call counts and elapsed runtime for user-defined 18 years ago
Tom Lane db147b3483 Allow the planner's estimate of the fraction of a cursor's rows that will be 18 years ago
Tom Lane 87a2f050a9 Cause EXPLAIN's VERBOSE option to print the target list (output column list) 18 years ago
Tom Lane 2abf130a4e Increase the default value of log_min_messages to WARNING, so that 18 years ago
Tom Lane d9384a4b73 Remove postmaster.c's check that NBuffers is at least twice MaxBackends. 18 years ago
Tom Lane 47df4f6688 Add a GUC variable "synchronize_seqscans" to allow clients to disable the new 18 years ago
Tom Lane b5518c8e88 Minor editorial improvements in documentation of session_replication_role; 18 years ago
Bruce Momjian 77015b59aa vacuum_cost_limit has a minimum value of 1, not zero; update 18 years ago
Peter Eisentraut cac82bb20c Realign the running text in this file to 79 characters wide. Some other 18 years ago
Magnus Hagander 4b606ee444 Add parameter krb_realm used by GSSAPI, SSPI and Kerberos 18 years ago
Tom Lane f18dfc4835 Minor improvements in backup and recovery: 18 years ago
Tom Lane 6f5c38dcd0 Just-in-time background writing strategy. This code avoids re-scanning 18 years ago
Tom Lane 48f7e64395 Simplify and rename some GUC variables, per various recent discussions: 18 years ago
Andrew Dunstan ad8fbb549a Cleanup items from csvlog changes, per ITAGAKI Takahiro. 18 years ago
Bruce Momjian 851745a97a Remove extra tab in postgresql.conf 18 years ago
Tom Lane 295e63983d Implement lazy XID allocation: transactions that do not modify any database 18 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 18 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 18 years ago
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps 18 years ago
Tom Lane 4a78cdeb6b Support an optional asynchronous commit mode, in which we don't flush WAL 18 years ago