Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

Author SHA1 Message Date
Andres Freund b58c433ef9 Fix duplicated words in comment. 8 years ago
Andres Freund e6c44eef55 Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records. 8 years ago
Tom Lane 334b82cd56 Second pass on 9.6.3 release notes. 8 years ago
Tom Lane a9c6d70435 Document current_role. 8 years ago
Tom Lane 54dbd4dc78 First-draft release notes for 9.6.3. 8 years ago
Tom Lane b3a47cdfd6 Suppress compiler warning about unportable pointer value. 8 years ago
Alvaro Herrera 14722c69f9 Allow MSVC to build with Tcl 8.6. 8 years ago
Peter Eisentraut 086221cf6b Prevent panic during shutdown checkpoint 8 years ago
Magnus Hagander 499ae5f5db Fix wording in pg_upgrade docs 8 years ago
Magnus Hagander 28d1c8ccc8 Build pgoutput.dll in MSVC build 8 years ago
Heikki Linnakangas 0557a5dc2c Make SCRAM salts and nonces longer. 8 years ago
Heikki Linnakangas e6e9c4da3a Misc cleanup of SCRAM code. 8 years ago
Heikki Linnakangas 344a113079 Don't use SCRAM-specific "e=invalid-proof" on invalid password. 8 years ago
Stephen Frost 44c528810a Change the way pg_dump retrieves partitioning info 8 years ago
Bruce Momjian 5469e44ffc doc: update PG 10 release notes 8 years ago
Bruce Momjian 4f45beba7a doc: PG 10 release note updates for psql, GiST, and markup 8 years ago
Alvaro Herrera c22b59edd2 Credit Claudio as main author of feature 8 years ago
Tom Lane 3f074845a8 Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. 8 years ago
Heikki Linnakangas 20bf7b2b0a Fix PQencryptPasswordConn to work with older server versions. 8 years ago
Peter Eisentraut 0de791ed76 Fix cursor_to_xml in tableforest false mode 8 years ago
Tom Lane 4dd4104342 Remove useless and rather expensive stanza in matview regression test. 8 years ago
Alvaro Herrera a93077ef46 Add pg_dump tests for CREATE STATISTICS 8 years ago
Alvaro Herrera 698923d658 pg_dump/t/002: append terminating semicolon to SQL commands 8 years ago
Heikki Linnakangas 8f8b9be51f Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 8 years ago
Tom Lane af2c5aa88d Improve performance of timezone loading, especially pg_timezone_names view. 8 years ago
Tom Lane 23c6eb0336 Remove create_singleton_array(), hard-coding the case in its sole caller. 8 years ago
Tom Lane 9209e07605 Ensure commands in extension scripts see the results of preceding DDL. 8 years ago
Alvaro Herrera 93bbeec6a2 extstats: change output functions to emit valid JSON 8 years ago
Peter Eisentraut e950024066 doc: Improve order in ALTER PUBLICATION/SUBSCRIPTION ref pages 8 years ago
Robert Haas 0d1e1f0ea4 Fix typos in comments. 8 years ago
Peter Eisentraut 460c89f46c doc: Add missing markup 8 years ago
Peter Eisentraut 3d092fe540 Avoid unnecessary catalog updates in ALTER SEQUENCE 8 years ago
Peter Eisentraut a35ac7c4e3 doc: Update ALTER SEQUENCE claims about changes being nontransactional 8 years ago
Andrew Dunstan 9a0d2008c3 Fix perl thinko in commit fed6df486d 8 years ago
Magnus Hagander 34fc616738 Change hot_standby default value to 'on' 8 years ago
Peter Eisentraut a99448ab45 Don't wake up logical replication launcher unnecessarily 8 years ago
Tom Lane 54affb41e7 Improve function header comment for create_singleton_array(). 8 years ago
Tom Lane 92a43e4857 Reduce semijoins with unique inner relations to plain inner joins. 8 years ago
Tom Lane 2057a58d16 Fix mis-optimization of semijoins with more than one LHS relation. 8 years ago
Tom Lane 74a20d0ab7 Update time zone data files to tzdata release 2017b. 8 years ago
Robert Haas bdac9836d3 libpq: Fix inadvertent change in .pgpass lookup behavior. 8 years ago
Andrew Dunstan fed6df486d Allow vcregress.pl to run an arbitrary TAP test set 8 years ago
Peter Eisentraut 9414e41ea7 Fix logical replication launcher wake up and reset 8 years ago
Robert Haas e180c8aa8c Fire per-statement triggers on partitioned tables. 8 years ago
Tom Lane e18b2c480d Sync our copy of the timezone library with IANA release tzcode2017b. 8 years ago
Tom Lane 12d11432b4 Fix possible null pointer dereference or invalid warning message. 8 years ago
Tom Lane c23844212d Micro-optimize some slower queries in the opr_sanity regression test. 8 years ago
Peter Eisentraut bc920bee29 doc: Fix typo in 9.6 release notes 8 years ago
Robert Haas 6a4dda44e0 Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. 8 years ago
Peter Eisentraut e4fddfd492 psql: Support identity columns in sequence display 8 years ago