aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update time zone data files to tzdata release 2017b.Tom Lane2017-05-01
* Allow vcregress.pl to run an arbitrary TAP test setAndrew Dunstan2017-05-01
* Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane2017-04-30
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Fix postmaster's handling of fork failure for a bgworker process.Tom Lane2017-04-24
* Repair crash with unsortable data in grouping sets.Andrew Gierth2017-04-24
* Zero padding in replication origin's checkpointed on disk-state.Andres Freund2017-04-23
* Fix order of arguments to SubTransSetParent().Tom Lane2017-04-23
* doc: Update linkPeter Eisentraut2017-04-21
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Always build a custom plan node's targetlist from the path's pathtarget.Tom Lane2017-04-17
* Fix compiler warningPeter Eisentraut2017-04-16
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-15
* Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-04-14
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-13
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Silence compiler warning in sepgsqlJoe Conway2017-04-06
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-06
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Back-patch checkpoint clarification docs and pg_basebackup updatesMagnus Hagander2017-04-01
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Simplify the example of VACUUM in documentation.Fujii Masao2017-03-31
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-28
* Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane2017-03-26
* Revert Windows service check refactoring, and replace with a different fix.Heikki Linnakangas2017-03-24
* doc: Fix a few typos and awkward linksPeter Eisentraut2017-03-18
* Remove dead link.Robert Haas2017-03-17
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-17
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-16
* Fix ancient get_object_address_opf_member bugAlvaro Herrera2017-03-16
* Spelling fixesPeter Eisentraut2017-03-14
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* Remove unnecessary dependency on statement_timeout in prepared_xacts test.Tom Lane2017-03-13
* Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes2017-03-13
* Fix pg_file_write() error handling.Noah Misch2017-03-12
* Fix ancient connection leak in dblinkJoe Conway2017-03-11
* Sanitize newlines in object names in "pg_restore -l" output.Tom Lane2017-03-10
* Fix a potential double-free in ecpg.Michael Meskes2017-03-10
* Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane2017-03-09
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-08
* pg_xlogdump: Remove extra newline in error messagePeter Eisentraut2017-03-08
* Fix grammarMagnus Hagander2017-03-07
* Repair incorrect pg_dump labeling for some comments and security labels.Tom Lane2017-03-06
* pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost2017-03-06
* Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane2017-03-06
* In rebuild_relation(), don't access an already-closed relcache entry.Tom Lane2017-03-04
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* pg_upgrade docs: clarify instructions on standby extensionsBruce Momjian2017-02-25