aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Revert restructuring of bin/scripts/MakefileREL9_5_12Magnus Hagander2018-02-27
* Stamp 9.5.12.Tom Lane2018-02-26
* Schema-qualify references in test_ddl_deparse test script.Tom Lane2018-02-26
* Last-minute updates for release notes.Tom Lane2018-02-26
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Translation updatesPeter Eisentraut2018-02-26
* Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.Tom Lane2018-02-25
* Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane2018-02-23
* Synchronize doc/ copies of src/test/examples/.Noah Misch2018-02-23
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane2018-02-21
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Doc: fix minor bug in CREATE TABLE example.Tom Lane2018-02-15
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-14
* Change default git repo URL to httpsMagnus Hagander2018-02-07
* Stamp 9.5.11.REL9_5_11Tom Lane2018-02-05
* Last-minute updates for release notes.Tom Lane2018-02-05
* Translation updatesPeter Eisentraut2018-02-05
* Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane2018-02-05
* Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.Tom Lane2018-02-04
* doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian2018-01-31
* doc: Improve pg_upgrade rsync examples to use clusterdirBruce Momjian2018-01-31
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-31
* psql documentation fixesPeter Eisentraut2018-01-29
* Add stack-overflow guards in set-operation planning.Tom Lane2018-01-28
* Update time zone data files to tzdata release 2018c.Tom Lane2018-01-27
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-23
* doc: simplify intermediate certificate mention in libpq docsBruce Momjian2018-01-23
* Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane2018-01-22
* doc: update intermediate certificate instructionsBruce Momjian2018-01-20
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-19
* Extend configure's __int128 test to check for a known gcc bug.Tom Lane2018-01-18
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-15
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* Fix sample INSTR() functions in the plpgsql documentation.Tom Lane2018-01-10
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* pg_upgrade: simplify code layout in a few placesBruce Momjian2018-01-05
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund2018-01-03
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* doc: Fix figures in example descriptionPeter Eisentraut2017-12-18
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14