aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-02-22
* Make walsender always initialize the buffers.Fujii Masao2017-02-22
* Fix sloppy handling of corner-case errors in fd.c.Tom Lane2017-02-21
* doc: Update URL for plrPeter Eisentraut2017-02-21
* Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns.Tom Lane2017-02-20
* Make src/interfaces/libpq/test clean up after itself.Tom Lane2017-02-19
* Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane2017-02-19
* Fix help message for pg_basebackup -RMagnus Hagander2017-02-18
* Document usage of COPT environment variable for adjusting configure flags.Tom Lane2017-02-17
* Doc: remove duplicate index entry.Tom Lane2017-02-16
* Formatting and docs corrections for logical decoding output plugins.Tom Lane2017-02-15
* Doc: fix typo in logicaldecoding.sgml.Tom Lane2017-02-15