summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert restructuring of bin/scripts/MakefileREL9_4_17Magnus Hagander2018-02-271-12/+12
* Stamp 9.4.17.Tom Lane2018-02-266-21/+21
* Last-minute updates for release notes.Tom Lane2018-02-262-2/+150
* Document security implications of search_path and the public schema.Noah Misch2018-02-2619-101/+369
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-2627-79/+335
* Back-patch non-static ExecuteSqlQueryForSingleRow().Noah Misch2018-02-263-24/+24
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-2612-1081/+842
* Translation updatesPeter Eisentraut2018-02-263-2154/+2165
* Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.Tom Lane2018-02-252-0/+224
* Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane2018-02-231-1/+1
* Synchronize doc/ copies of src/test/examples/.Noah Misch2018-02-232-2/+15
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-236-124/+322
* Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane2018-02-212-13/+47
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-193-0/+37
* Doc: fix minor bug in CREATE TABLE example.Tom Lane2018-02-151-1/+1
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-147-30/+113
* Change default git repo URL to httpsMagnus Hagander2018-02-071-9/+6
* Stamp 9.4.16.REL9_4_16Tom Lane2018-02-056-21/+21
* Last-minute updates for release notes.Tom Lane2018-02-052-0/+44
* Translation updatesPeter Eisentraut2018-02-0530-2590/+2604
* Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane2018-02-054-25/+6
* Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.Tom Lane2018-02-042-0/+641
* doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian2018-01-312-3/+4
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-313-3/+3
* Exclude common/int128.h from cpluspluscheckPeter Eisentraut2018-01-301-0/+3
* psql documentation fixesPeter Eisentraut2018-01-292-4/+6
* Add stack-overflow guards in set-operation planning.Tom Lane2018-01-282-0/+6
* Update time zone data files to tzdata release 2018c.Tom Lane2018-01-273-12/+14
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-233-0/+51
* doc: simplify intermediate certificate mention in libpq docsBruce Momjian2018-01-231-5/+4
* Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane2018-01-222-36/+51
* doc: update intermediate certificate instructionsBruce Momjian2018-01-202-89/+164
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-191-4/+4
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-151-0/+10
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-124-2/+97
* Fix sample INSTR() functions in the plpgsql documentation.Tom Lane2018-01-101-44/+42
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-092-3/+4
* pg_upgrade: simplify code layout in a few placesBruce Momjian2018-01-051-2/+0
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-052-2/+19
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-031-2/+4
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-031-2/+28
* Update copyright for 2018Bruce Momjian2018-01-022-4/+4
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-024-0/+63
* Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-221-10/+11
* doc: Fix figures in example descriptionPeter Eisentraut2017-12-181-1/+1
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-145-23/+126
* Fix pruning of locked and updated tuples.Andres Freund2017-12-144-121/+80
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-141-30/+37
* Fix corner-case coredump in _SPI_error_callback().Tom Lane2017-12-111-0/+3
* MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch2017-12-091-0/+2