summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-26Stamp 9.4.17.Tom Lane
2018-02-26Last-minute updates for release notes.Tom Lane
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Back-patch non-static ExecuteSqlQueryForSingleRow().Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-26Translation updatesPeter Eisentraut
2018-02-25Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.Tom Lane
2018-02-23Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-21Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-02-15Doc: fix minor bug in CREATE TABLE example.Tom Lane
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2018-02-07Change default git repo URL to httpsMagnus Hagander
2018-02-05Stamp 9.4.16.REL9_4_16Tom Lane
2018-02-05Last-minute updates for release notes.Tom Lane
2018-02-05Translation updatesPeter Eisentraut
2018-02-05Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane
2018-02-04Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.Tom Lane
2018-01-31doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2018-01-31Exclude common/int128.h from cpluspluscheckPeter Eisentraut
2018-01-29psql documentation fixesPeter Eisentraut
2018-01-28Add stack-overflow guards in set-operation planning.Tom Lane
2018-01-27Update time zone data files to tzdata release 2018c.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane
2018-01-23doc: simplify intermediate certificate mention in libpq docsBruce Momjian
2018-01-22Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane
2018-01-21doc: update intermediate certificate instructionsBruce Momjian
2018-01-19Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera
2018-01-15Cope with indicator arrays that do not have the correct length.Michael Meskes
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-10Fix sample INSTR() functions in the plpgsql documentation.Tom Lane
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2018-01-05pg_upgrade: simplify code layout in a few placesBruce Momjian
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2018-01-03Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan
2018-01-03Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-02Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera
2017-12-22Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane
2017-12-18doc: Fix figures in example descriptionPeter Eisentraut
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-14Fix walsender timeouts when decoding a large transactionAndrew Dunstan
2017-12-11Fix corner-case coredump in _SPI_error_callback().Tom Lane
2017-12-09MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch
2017-12-09MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch