index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-03-12
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-12
Add "break"s to make it clearer what will happen in a nested switch.
Tom Lane
2017-03-12
Fix typo in initdb's SCRAM password processing.
Tom Lane
2017-03-12
Remove dead code in nodeGatherMerge.c.
Tom Lane
2017-03-11
Improve expression evaluation test coverage.
Andres Freund
2017-03-11
Add a "subtransaction" command to PL/Tcl.
Tom Lane
2017-03-10
Improve postmaster's logging of listen socket creation.
Tom Lane
2017-03-10
pg_dump: Fix dumping of publications
Peter Eisentraut
2017-03-10
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
Enable 64 bit atomics on ARM64.
Andres Freund
2017-03-10
Sanitize newlines in object names in "pg_restore -l" output.
Tom Lane
2017-03-10
Change the relkind for partitioned tables from 'P' to 'p'.
Tom Lane
2017-03-10
Un-break things on IPv6-less platforms.
Tom Lane
2017-03-10
Fix a potential double-free in ecpg.
Michael Meskes
2017-03-10
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-03-10
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Tom Lane
2017-03-10
Fix hard-coded relkind constants in assorted src/bin files.
Tom Lane
2017-03-10
Fix portability problem in Catalog.pm.
Tom Lane
2017-03-10
Fix hard-coded relkind constants in psql/describe.c.
Tom Lane
2017-03-10
Add amcheck extension to contrib.
Andres Freund
2017-03-10
Fix hard-coded relkind constants in pg_dump.c.
Tom Lane
2017-03-10
Make CppAsString2() more visible in c.h.
Tom Lane
2017-03-09
Throw an error if a DATA() line contains wrong # of attributes.
Robert Haas
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
Fix timestamptz regression test to still work with latest IANA zone data.
Tom Lane
2017-03-09
Fix bug in parallel tidbitmap iteration.
Robert Haas
2017-03-09
Fix a couple of planner bugs in Gather Merge.
Robert Haas
2017-03-09
Use SQL standard error code for nextval
Peter Eisentraut
2017-03-09
Enable replication connections by default in pg_hba.conf
Peter Eisentraut
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-09
Fix inclusions of c.h from .h files.
Tom Lane
2017-03-09
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-03-08
Bring plpgsql into line with header inclusion policy.
Tom Lane
2017-03-08
Document intentional violations of header inclusion policy.
Tom Lane
2017-03-08
Suppress compiler warning in slab.c.
Tom Lane
2017-03-08
Suppress compiler warning in non-USE_LIBXML builds.
Tom Lane
2017-03-08
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
Silence compiler warnings in BitmapHeapNext().
Tom Lane
2017-03-08
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-08
Fix XMLTABLE on older libxml2
Alvaro Herrera
2017-03-08
Add tests for foreign partitions.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
Silence compiler warnings in tbm_prepare_shared_iterate().
Tom Lane
2017-03-08
pg_waldump: Remove extra newline in error message
Peter Eisentraut
2017-03-08
Fix connection leak in DROP SUBSCRIPTION command, take 2.
Fujii Masao
[next]