summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-12Assume deconstruct_array() outputs are untoasted.Noah Misch
2017-03-12Fix comment about length of text, bytea, etc.Noah Misch
2017-03-12Add "break"s to make it clearer what will happen in a nested switch.Tom Lane
2017-03-12Fix typo in initdb's SCRAM password processing.Tom Lane
2017-03-12Remove dead code in nodeGatherMerge.c.Tom Lane
2017-03-11Improve expression evaluation test coverage.Andres Freund
2017-03-11Add a "subtransaction" command to PL/Tcl.Tom Lane
2017-03-10Improve postmaster's logging of listen socket creation.Tom Lane
2017-03-10pg_dump: Fix dumping of publicationsPeter Eisentraut
2017-03-10Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane
2017-03-10Revert "Use group updates when setting transaction status in clog."Robert Haas
2017-03-10Enable 64 bit atomics on ARM64.Andres Freund
2017-03-10Sanitize newlines in object names in "pg_restore -l" output.Tom Lane
2017-03-10Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane
2017-03-10Un-break things on IPv6-less platforms.Tom Lane
2017-03-10Fix a potential double-free in ecpg.Michael Meskes
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-03-10contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane
2017-03-10Fix hard-coded relkind constants in assorted src/bin files.Tom Lane
2017-03-10Fix portability problem in Catalog.pm.Tom Lane
2017-03-10Fix hard-coded relkind constants in psql/describe.c.Tom Lane
2017-03-10Add amcheck extension to contrib.Andres Freund
2017-03-10Fix hard-coded relkind constants in pg_dump.c.Tom Lane
2017-03-10Make CppAsString2() more visible in c.h.Tom Lane
2017-03-09Throw an error if a DATA() line contains wrong # of attributes.Robert Haas
2017-03-09Use group updates when setting transaction status in clog.Robert Haas
2017-03-09Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane
2017-03-09Fix bug in parallel tidbitmap iteration.Robert Haas
2017-03-09Fix a couple of planner bugs in Gather Merge.Robert Haas
2017-03-09Use SQL standard error code for nextvalPeter Eisentraut
2017-03-09Enable replication connections by default in pg_hba.confPeter Eisentraut
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-09Fix inclusions of c.h from .h files.Tom Lane
2017-03-09Fix inclusions of postgres_fe.h from .h files.Tom Lane
2017-03-08Bring plpgsql into line with header inclusion policy.Tom Lane
2017-03-08Document intentional violations of header inclusion policy.Tom Lane
2017-03-08Suppress compiler warning in slab.c.Tom Lane
2017-03-08Suppress compiler warning in non-USE_LIBXML builds.Tom Lane
2017-03-08Put back <float.h> in a few files that need it for _isnan().Tom Lane
2017-03-08Expose explain's SUMMARY optionStephen Frost
2017-03-08Silence compiler warnings in BitmapHeapNext().Tom Lane
2017-03-08Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Prevent logical rep workers with removed subscriptions from starting.Fujii Masao
2017-03-08Fix XMLTABLE on older libxml2Alvaro Herrera
2017-03-08Add tests for foreign partitions.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-08Silence compiler warnings in tbm_prepare_shared_iterate().Tom Lane
2017-03-08pg_waldump: Remove extra newline in error messagePeter Eisentraut
2017-03-08Fix connection leak in DROP SUBSCRIPTION command, take 2.Fujii Masao