index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
initdb: Re-add translatable string that got lost
Peter Eisentraut
2017-03-13
*
Fix typo in comment
Magnus Hagander
2017-03-13
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
*
Fix pg_file_write() error handling.
Noah Misch
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-12
*
Improve expression evaluation test coverage.
Andres Freund
2017-03-11
*
Fix ancient connection leak in dblink
Joe Conway
2017-03-11
*
Add a "subtransaction" command to PL/Tcl.
Tom Lane
2017-03-11
*
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
*
Improve gitignore file
Peter Eisentraut
2017-03-10
*
dblink: Change some StringInfo to StringInfoData
Peter Eisentraut
2017-03-10
*
dblink: Replace some macros by static functions
Peter Eisentraut
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-09
*
amcheck: editorialize variable name & comment.
Andres Freund
2017-03-09
*
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Tom Lane
2017-03-09
*
Add .gitignore to contrib/amcheck.
Tom Lane
2017-03-09
*
Fix hard-coded relkind constants in assorted src/bin files.
Tom Lane
2017-03-09
*
Fix portability problem in Catalog.pm.
Tom Lane
2017-03-09
*
Fix hard-coded relkind constants in psql/describe.c.
Tom Lane
2017-03-09
*
pgstattuple: Fix typo partitiond -> partitioned
Stephen Frost
2017-03-09
*
Add amcheck extension to contrib.
Andres Freund
2017-03-09
*
Fix hard-coded relkind constants in pg_dump.c.
Tom Lane
2017-03-09
*
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
*
Add relkind checks to certain contrib modules
Stephen Frost
2017-03-09
*
Document lack of validation when attaching foreign partitions.
Robert Haas
2017-03-09
*
Document some new parallel query capabilities.
Robert Haas
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-08
*
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
[next]