Commit Graph

9661 Commits (eaba54c20c5ab2cb6aaffa574444fd4990dfe2c7)

Author SHA1 Message Date
Robert Haas 16cad3e867 Documentation for test_shm_mq. 12 years ago
Robert Haas b682709451 Mention that VACUUM FREEZE also effectively zeroes the table freeze age. 12 years ago
Heikki Linnakangas 04038148b6 Add OVERLAPS to index in the docs. 12 years ago
Bruce Momjian d84c584ece Revert fd2ace8028 12 years ago
Bruce Momjian fd2ace8028 docs: remove undocumented assign syntax in plpgsql examples 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Robert Haas 3cff1879f8 Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. 12 years ago
Tom Lane d7ee4311af Fix alphabetization in catalogs.sgml. 12 years ago
Robert Haas d43760b624 Revise documentation for new freezing method. 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Fujii Masao 961bf59fb7 Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. 12 years ago
Robert Haas c32afe53c2 pg_prewarm, a contrib module for prewarming relationd data. 12 years ago
Fujii Masao f83a75451f Fix typo in docs for min_recovery_apply_delay. 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 12 years ago
Tom Lane 1b4f7f93b4 Allow empty target list in SELECT. 12 years ago
Heikki Linnakangas dde6282500 Fix more instances of "the the" in comments. 12 years ago
Heikki Linnakangas 50e547096c Add GUC to enable WAL-logging of hint bits, even with checksums disabled. 12 years ago
Magnus Hagander 56afe8509e Fix double "the" in the documentation 12 years ago
Peter Eisentraut 46328916ee configure: Allow adding a custom string to PG_VERSION 12 years ago
Tom Lane ccca6f56f5 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago
Tom Lane f26099057a Improve EXPLAIN to print the grouping columns in Agg and Group nodes. 12 years ago
Simon Riggs 8693559cac New autovacuum_work_mem parameter 12 years ago
Simon Riggs 36da3cfb45 Allow time delayed standbys and recovery 12 years ago
Heikki Linnakangas 108e3992cd Display old and new values in pg_resetxlog -n output. 12 years ago
Peter Eisentraut e5dc4cc24d PL/Perl: Add event trigger support 12 years ago
Robert Haas 6bea96dd49 Add a new option, -g, to createuser, to add membership in a role. 12 years ago
Peter Eisentraut a06af43695 doc: Fix DocBook table column count declaration 12 years ago
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding. 12 years ago
Noah Misch 53685d7981 Rename TABLE() to ROWS FROM(). 12 years ago
Bruce Momjian 01cc1fecfd pgcrypto docs: update cpu type used in duration testing 12 years ago
Bruce Momjian d6464fdc0a pgcrypto docs: update encryption timings and add relative times 12 years ago
Magnus Hagander 54aa5ef7f2 Fix a couple of typos 12 years ago
Peter Eisentraut 3164721462 SSL: Support ECDH key exchange 12 years ago
Fujii Masao 91484409bd Expose qurey ID in pg_stat_statements view. 12 years ago
Peter Eisentraut ef3267523d SSL: Add configuration option to prefer server cipher order 12 years ago
Bruce Momjian 8fe3d90d34 docs: update partition encryption options 12 years ago
Bruce Momjian fa4add50c4 docs: clarify SSL certificate authority chain docs 12 years ago
Bruce Momjian 5043fc8251 doc: split long query into multiple lines 12 years ago
Bruce Momjian 9e0a97f1c8 libpq: change PQconndefaults() to ignore invalid service files 12 years ago
Peter Eisentraut 95e3d50539 doc: Refine documentation about recovery command exist status 12 years ago
Tom Lane 02bb4bbc66 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Bruce Momjian 54916b99f7 doc: update wording of ineffective SET and ABORT commands 12 years ago
Tom Lane b8b7b723f2 Improve draft release notes. 12 years ago
Tom Lane 23e796de15 Draft release notes for 9.3.2. 12 years ago
Peter Eisentraut 3c81b5c1d2 doc: Disable preface.autolabel in XSLT 12 years ago
Tom Lane 4796035402 Editorial corrections to the October 2013 minor-release notes. 12 years ago
Peter Eisentraut 1eafea5d1b doc: Simplify handling of variablelists in XSLT build 12 years ago
Peter Eisentraut 50107ee7a5 doc: Enhance documentation of ssl_ciphers setting a bit 12 years ago
Peter Eisentraut 384eb1d40d doc: Allow selecting web site CSS style sheet in XSLT HTML build 12 years ago