Commit Graph

12056 Commits (1d0db8de043c28c1e665451663ec101da5adc5ab)

Author SHA1 Message Date
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
Peter Eisentraut b007bee1f6 Fix invalid DocBook XML 11 years ago
Alvaro Herrera 296f3a6053 Support more commands in event triggers 11 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
Fujii Masao 5d2b45e3f7 Add GUC to control the time to wait before retrieving WAL after failed attempt. 11 years ago
Heikki Linnakangas 2a3f6e368b Fix potential deadlock with libpq non-blocking mode. 11 years ago
Andres Freund eb68379c38 Allow forcing nullness of columns during bootstrap. 11 years ago
Tom Lane 0627eff360 Don't need to explain [1] kluge anymore in xfunc.sgml. 11 years ago
Tom Lane 2fb7a75f37 Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp. 11 years ago
Tom Lane 9bb955c828 Update assorted TOAST-related documentation. 11 years ago
Tom Lane 2e105def09 Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 11 years ago
Fujii Masao cef30974de Correct the path of pg_lzcompress.c in doc. 11 years ago