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
*
Remove dead variables.
Tom Lane
2017-06-03
*
Add some missing backslash commands to psql's tab-completion knowledge.
Tom Lane
2017-06-03
*
Fix <> and pattern-NOT-match estimators to handle nulls correctly.
Tom Lane
2017-06-03
*
Fix old corner-case logic error in final_cost_nestloop().
Tom Lane
2017-06-03
*
Receive invalidation messages correctly in tablesync worker
Peter Eisentraut
2017-06-03
*
Make tablesync worker exit when apply dies while it was waiting for it
Peter Eisentraut
2017-06-03
*
Allow parallelism in COPY (query) TO ...;
Andres Freund
2017-06-02
*
doc: Add note that DROP SUBSCRIPTION drops replication slot
Peter Eisentraut
2017-06-02
*
Remove replication slot name check from ReplicationSlotAcquire()
Peter Eisentraut
2017-06-02
*
Fix signal handling in logical replication workers
Peter Eisentraut
2017-06-02
*
Fix copy/paste mistake in comment
Magnus Hagander
2017-06-02
*
Fix typo in comment
Magnus Hagander
2017-06-02
*
Reorganize logical replication worker disconnect code
Peter Eisentraut
2017-06-01
*
psql: Fix display of whether table is part of publication
Peter Eisentraut
2017-06-01
*
Fix typo
Alvaro Herrera
2017-06-01
*
Modify sequence catalog tuple before invoking post alter hook.
Andres Freund
2017-06-01
*
Make ALTER SEQUENCE, including RESTART, fully transactional.
Andres Freund
2017-06-01
*
Always use -fPIC, not -fpic, when building shared libraries with gcc.
Tom Lane
2017-06-01
*
Generate pg_basebackup temporary slot name using backend pid
Magnus Hagander
2017-05-31
*
Restore accidentally-removed line.
Robert Haas
2017-05-31
*
doc: Add another migration item to release notes
Peter Eisentraut
2017-05-31
*
Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.
Tom Lane
2017-05-31
*
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-30
*
brin: Don't crash on auto-summarization
Alvaro Herrera
2017-05-30
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
doc: Fix ALTER PUBLICATION details
Peter Eisentraut
2017-05-30
*
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-30
*
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
*
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
*
Fix thinko in JsObjectSize() macro.
Tom Lane
2017-05-29
*
Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.
Tom Lane
2017-05-29
*
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
*
More code review for get_qual_for_list().
Tom Lane
2017-05-29
*
Fix typo in comment
Magnus Hagander
2017-05-29
*
Fix reference to RFC specifying SCRAM.
Heikki Linnakangas
2017-05-29
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Format v10 release notes' commit references more like previous releases.
Tom Lane
2017-05-28
*
Improve v10 release notes' discussion of money operator changes.
Tom Lane
2017-05-28
*
Avoid locale-dependent output in select_views regression test.
Tom Lane
2017-05-28
*
Fix typo in pg_dump's support for dumping collations from pre-v10 servers.
Tom Lane
2017-05-26
*
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-26
*
Fix pg_dump to not emit invalid SQL for an empty operator class.
Tom Lane
2017-05-26
*
Remove docs mention of PGREALM variable
Magnus Hagander
2017-05-26
*
Update expected file
Alvaro Herrera
2017-05-25
*
extended stats: Clarify behavior of omitting stat type clause
Alvaro Herrera
2017-05-25
*
Fix message case
Alvaro Herrera
2017-05-25
*
Fix whitespace
Peter Eisentraut
2017-05-25
*
Abort authentication if the client selected an invalid SASL mechanism.
Heikki Linnakangas
2017-05-25
*
Fix table syncing with different column order
Peter Eisentraut
2017-05-24
*
Improve logical replication worker log messages
Peter Eisentraut
2017-05-24
[next]