Commit Graph

36278 Commits (6f37c08057685ee3c6c63222dba0dac012760dde)
 

Author SHA1 Message Date
Peter Eisentraut 6f37c08057 Fix whitespace 11 years ago
Andrew Dunstan 3b5e03dca2 Provide a FORCE NULL option to COPY in CSV mode. 11 years ago
Alvaro Herrera e2a0fc5363 auto_explain: Add logging of trigger execution 11 years ago
Alvaro Herrera 84df54b22e Constructors for interval, timestamp, timestamptz 11 years ago
Robert Haas af2543e884 Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class. 11 years ago
Robert Haas 7e8db2dc42 Minor corrections to logical decoding patch. 11 years ago
Heikki Linnakangas 7558cc95d3 Error out on send failure in walsender loop. 11 years ago
Robert Haas b89e151054 Introduce logical decoding. 11 years ago
Peter Eisentraut de94b47c0a Fix whitespace 11 years ago
Heikki Linnakangas f8ce16d0d2 Rename huge_tlb_pages to huge_pages, and improve docs. 11 years ago
Alvaro Herrera 9067310cc5 pg_dump et al: Add --if-exists option 11 years ago
Robert Haas 34c6d9611d Use a longer buffer in libpqrcv_startstreaming. 11 years ago
Robert Haas a8e9b86b5e Bump catversion. 11 years ago
Robert Haas d83ee62231 Corrections to replication slots code and documentation. 11 years ago
Robert Haas 45ffeb7e00 pageinspect: Use new pg_lsn datatype. 11 years ago
Robert Haas ae95f5f74a Define LSNOID in pg_type.h. 11 years ago
Stephen Frost 5592ebac55 Another round of Coverity fixes 11 years ago
Stephen Frost b1aebbb6a8 Various Coverity-spotted fixes 11 years ago
Tom Lane 9662143f0c Allow regex operations to be terminated early by query cancel requests. 12 years ago
Heikki Linnakangas d8a42b150f Remove bogus while-loop. 12 years ago
Peter Eisentraut 192d8e04bd pgbench: Fix help message 12 years ago
Alvaro Herrera ef5856fd9b Allow BASE_BACKUP to be throttled 12 years ago
Tom Lane 1161d895d8 Remove dependency on database encoding in citext regression test. 12 years ago
Alvaro Herrera 4333eee82d doc: bgw_main takes a Datum argument, not void *. 12 years ago
Alvaro Herrera 6bfa88acd3 Fix WAL replay of locking an updated tuple 12 years ago
Heikki Linnakangas 00976f202c btbuild no longer calls _bt_doinsert(), update comment. 12 years ago
Jeff Davis 486ea0b19e Fix crash in json_to_record(). 12 years ago
Tom Lane fccebe421d Use SnapshotDirty rather than an active snapshot to probe index endpoints. 12 years ago
Robert Haas cf6aa68bbd Update a few comments to mention materialized views. 12 years ago
Robert Haas dd1a3bccca Show xid and xmin in pg_stat_activity and pg_stat_replication. 12 years ago
Robert Haas 278c94209b pg_basebackup: Skip only the *contents* of pg_replslot. 12 years ago
Peter Eisentraut 32001ab0b7 Update and clarify ssl_ciphers default 12 years ago
Bruce Momjian 848ae330a4 Increase work_mem and maintenance_work_mem defaults by 4x 12 years ago
Bruce Momjian 6f14a6f703 docs: remove unnecessary references to old PG versions 12 years ago
Bruce Momjian 4bad548d98 psql: add separate \d display for disabled system triggers 12 years ago
Bruce Momjian d613861b95 pg_dump: fix subtle memory leak in func and arg signature processing 12 years ago
Bruce Momjian 3f05bedaf2 Fix markup for CHAR() doc patch 12 years ago
Bruce Momjian 423f69ab64 Allow single-point polygons to be converted to circles 12 years ago
Bruce Momjian 8457d0beca docs: document behavior of CHAR() comparisons with chars < space 12 years ago
Robert Haas 6615e77439 Use pg_lsn data type in pg_stat_replication, too. 12 years ago
Robert Haas bb818b53d4 Remove a couple of comments from the pg_lsn regression test. 12 years ago
Peter Eisentraut bb4eefe7bf doc: Improve DocBook XML validity 12 years ago
Tom Lane 769065c1b2 Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 12 years ago
Tom Lane 49c817eab7 Plug some more holes in encoding conversion. 12 years ago
Peter Eisentraut 2c65856b7b configure.in: Use dnl in place of # where appropriate 12 years ago
Peter Eisentraut fb05f3ce83 pg_basebackup: Add support for relocating tablespaces 12 years ago
Tom Lane 77585bce03 Do ScalarArrayOp estimation correctly when array is a stable expression. 12 years ago
Heikki Linnakangas 0c5783ff30 Avoid integer overflow in hstore_to_json(). 12 years ago
Peter Eisentraut 8c059dffd8 doc: Clarify documentation page header customization code 12 years ago
Heikki Linnakangas 8f09ca436d Improve comment on setting data_checksum GUC. 12 years ago