summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-082-41/+158
* Fix mistake in commentPeter Eisentraut2017-12-081-1/+1
* doc: Add advice about systemd RemoveIPCPeter Eisentraut2017-12-081-0/+79
* Report failure to start a background worker.Robert Haas2017-12-062-8/+24
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-0511-23/+24
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-043-8/+34
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-302-0/+9
* Fix typo in commentMagnus Hagander2017-11-271-1/+1
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-261-0/+3
* Update MSVC build process for new timezone data.Tom Lane2017-11-251-3/+4
* Replace raw timezone source data with IANA's new compact format.Tom Lane2017-11-2516-16523/+4160
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-251-1/+2
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-253-5/+56
* Support linking with MinGW-built Perl.Noah Misch2017-11-234-12/+35
* Provide for forward compatibility with future minor protocol versions.Robert Haas2017-11-212-16/+158
* Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane2017-11-201-2/+2
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-201-0/+24