aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* initdb: Re-add translatable string that got lostPeter Eisentraut2017-03-13
* Fix typo in commentMagnus Hagander2017-03-13
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-12
* Fix pg_file_write() error handling.Noah Misch2017-03-12
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Fix comment about length of text, bytea, etc.Noah Misch2017-03-12
* Add "break"s to make it clearer what will happen in a nested switch.Tom Lane2017-03-12
* Fix typo in initdb's SCRAM password processing.Tom Lane2017-03-12
* Remove dead code in nodeGatherMerge.c.Tom Lane2017-03-12
* Improve expression evaluation test coverage.Andres Freund2017-03-11
* Fix ancient connection leak in dblinkJoe Conway2017-03-11
* Add a "subtransaction" command to PL/Tcl.Tom Lane2017-03-11
* Improve postmaster's logging of listen socket creation.Tom Lane2017-03-10
* pg_dump: Fix dumping of publicationsPeter Eisentraut2017-03-10
* Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane2017-03-10
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Enable 64 bit atomics on ARM64.Andres Freund2017-03-10
* Sanitize newlines in object names in "pg_restore -l" output.Tom Lane2017-03-10
* Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane2017-03-10
* Un-break things on IPv6-less platforms.Tom Lane2017-03-10
* Improve gitignore filePeter Eisentraut2017-03-10
* dblink: Change some StringInfo to StringInfoDataPeter Eisentraut2017-03-10
* dblink: Replace some macros by static functionsPeter Eisentraut2017-03-10
* Fix a potential double-free in ecpg.Michael Meskes2017-03-10
* Fix hard-coded relkind constants in assorted other files.Tom Lane2017-03-09
* amcheck: editorialize variable name & comment.Andres Freund2017-03-09
* contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane2017-03-09
* Add .gitignore to contrib/amcheck.Tom Lane2017-03-09
* Fix hard-coded relkind constants in assorted src/bin files.Tom Lane2017-03-09
* Fix portability problem in Catalog.pm.Tom Lane2017-03-09
* Fix hard-coded relkind constants in psql/describe.c.Tom Lane2017-03-09
* pgstattuple: Fix typo partitiond -> partitionedStephen Frost2017-03-09
* Add amcheck extension to contrib.Andres Freund2017-03-09
* Fix hard-coded relkind constants in pg_dump.c.Tom Lane2017-03-09
* Make CppAsString2() more visible in c.h.Tom Lane2017-03-09
* Throw an error if a DATA() line contains wrong # of attributes.Robert Haas2017-03-09
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane2017-03-09
* Add relkind checks to certain contrib modulesStephen Frost2017-03-09
* Document lack of validation when attaching foreign partitions.Robert Haas2017-03-09
* Document some new parallel query capabilities.Robert Haas2017-03-09
* Fix bug in parallel tidbitmap iteration.Robert Haas2017-03-09
* Fix a couple of planner bugs in Gather Merge.Robert Haas2017-03-09
* Use SQL standard error code for nextvalPeter Eisentraut2017-03-09
* Enable replication connections by default in pg_hba.confPeter Eisentraut2017-03-09
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Fix inclusions of c.h from .h files.Tom Lane2017-03-08
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* Bring plpgsql into line with header inclusion policy.Tom Lane2017-03-08