index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
*
Translation updates
Peter Eisentraut
2019-05-06
*
Fix tuple printing in error message of tuple routing for partitions
Michael Paquier
2019-05-06
*
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
*
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Add check for syscache lookup failure in update_relispartition().
Tom Lane
2019-05-05
*
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-02
*
Fix unused variable compiler warning in !debug builds.
Andres Freund
2019-04-30
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Fix potential catalog corruption with temporary identity columns
Peter Eisentraut
2019-04-29
*
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-26
*
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
*
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
*
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
Fix division by zero in _bt_vacuum_needs_cleanup()
Alexander Korotkov
2019-04-15
*
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
2019-04-15
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
*
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-04-10
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Noah Misch
2019-04-09
*
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
*
Fix partition tuple routing with dropped attributes
Michael Paquier
2019-04-08
*
Avoid fetching past the end of the indoption array.
Tom Lane
2019-04-07
*
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
*
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-06
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Silence -Wimplicit-fallthrough in sysv_shmem.c.
Noah Misch
2019-04-03
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Update HINT for pre-existing shared memory block.
Noah Misch
2019-03-31
*
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
*
Fix off-by-one error in txid_status().
Thomas Munro
2019-03-27
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-26
*
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-24
*
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-03-24
*
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Restore RI trigger sanity check
Alvaro Herrera
2019-03-20
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Fix memory leak in printtup.c.
Tom Lane
2019-03-18
[next]