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