Commit Graph

12067 Commits (70dc2db7f1dfdecdacf595bf00964cb20ad5a835)

Author SHA1 Message Date
Fujii Masao 5f6a9d056a Fix typo in libpq.sgml. 11 years ago
Simon Riggs e8fde1f6a0 Remove extraneous > 11 years ago
Simon Riggs 0ef0396ae1 Reduce lock levels of some trigger DDL and add FKs 11 years ago
Alvaro Herrera 4ff695b17d Add log_min_autovacuum_duration per-table option 11 years ago
Fujii Masao 5e3d289f9b Add markup for replaceable parameters to pg_rewind doc. 11 years ago
Alvaro Herrera e146ca6820 psql: fix \connect with URIs and conninfo strings 11 years ago
Robert Haas 4cd639baf4 Revert "psql: fix \connect with URIs and conninfo strings" 11 years ago
Alvaro Herrera fcef161729 psql: fix \connect with URIs and conninfo strings 11 years ago
Tom Lane f6caf5acf1 Fix incorrect markup in documentation of window frame clauses. 11 years ago
Bruce Momjian 0badb069bc pg_ctl: change default shutdown mode from 'smart' to 'fast' 11 years ago
Bruce Momjian 9d9991c84e psql: add asciidoc output format 11 years ago
Alvaro Herrera 97690ea6e8 Change array_offset to return subscripts, not offsets 11 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 11 years ago
Andrew Dunstan 717f709532 Add stats for min, max, mean, stddev times to pg_stat_statements. 11 years ago
Heikki Linnakangas d04c8ed904 Add support for index-only scans in GiST. 11 years ago
Tom Lane a4847fc3ef Add an ASSERT statement in plpgsql. 11 years ago
Bruce Momjian 0e1f6d8132 PL/pgSQL docs: recommend format() for query construction 11 years ago
Bruce Momjian 66c8040d50 docs: clarify when MVCC snapshot is taken 11 years ago
Bruce Momjian 278edd9ed3 doc: update NUMERIC to state that only some ops are exact 11 years ago
Tom Lane e5f455f59f Apply table and domain CHECK constraints in name order. 11 years ago
Heikki Linnakangas 61081e75c6 Add pg_rewind, for re-synchronizing a master server after failback. 11 years ago
Tom Lane cb1ca4d800 Allow foreign tables to participate in inheritance. 11 years ago
Bruce Momjian 7d60ce8065 docs: clarify the use of shell types 11 years ago
Bruce Momjian c863c91e3f doc: add comma for clarity 11 years ago
Bruce Momjian 7e9ed623d9 docs: mention the optimizer can increase the index usage count 11 years ago
Stephen Frost bf03889996 GetUserId() changes to has_privs_of_role() 11 years ago
Bruce Momjian 5f286c0242 doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail 11 years ago
Bruce Momjian 417f78a517 pg_upgrade: document use of rsync for slave upgrades 11 years ago
Alvaro Herrera 13dbc7a824 array_offset() and array_offsets() 11 years ago
Andres Freund 4559167c6b Remove docs missed in 51c11a7025. 11 years ago
Tom Lane d1e9214e4f Add missing documentation for PGC_SU_BACKEND in description of pg_settings. 11 years ago
Andres Freund a0f5954af1 Increase max_wal_size's default from 128MB to 1GB. 11 years ago
Andres Freund 51c11a7025 Remove pause_at_recovery_target recovery.conf setting. 11 years ago
Peter Eisentraut 959df4b5fc doc: Remove link to outdated dtrace project on pgfoundry 11 years ago
Robert Haas 82fe8b1119 Document the new custom scan APIs. 11 years ago
Tom Lane ebc0f5e01d Improve documentation of bt_page_items(). 11 years ago
Tom Lane c6b3c939b7 Make operator precedence follow the SQL standard more closely. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Alvaro Herrera bb7b35caf7 Fix stray sentence fragment in shared_preload_libraries documentation 11 years ago
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 11 years ago
Alvaro Herrera 31eae6028e Allow CURRENT/SESSION_USER to be used in certain commands 11 years ago
Tom Lane 1a0bc4c2bf Fix documentation for libpq's PQfn(). 11 years ago
Peter Eisentraut bb8582abf3 Remove rolcatupdate 11 years ago
Tom Lane 1345cc67bb Use standard casting mechanism to convert types in plpgsql, when possible. 11 years ago
Tom Lane d147901174 Fix busted markup. 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Stephen Frost ebd092bc2a Fix pg_dump handling of extension config tables 11 years ago
Alvaro Herrera 3f190f67eb Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE 11 years ago
Fujii Masao a7920b872f Add note about how to make the SRF detoasted arguments live accross calls. 11 years ago
Heikki Linnakangas 347c74320d Fix recovery_command -> restore_command typo in 8.3 release notes. 11 years ago