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
*
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 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
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
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
*
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
*
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
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-24
*
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
*
Revert strlen -> strnlen optimization pre-v11.
Tom Lane
2019-03-23
*
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-23
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-25
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Make object address handling more robust
Alvaro Herrera
2019-02-20
*
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-20
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Fix race in dsm_attach() when handles are reused.
Thomas Munro
2019-02-15
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
Fix erroneous error reports in snapbuild.c.
Tom Lane
2019-02-12
*
Translation updates
Peter Eisentraut
2019-02-11
*
Defend against null error message reported by libxml2.
Tom Lane
2019-02-08
*
Ensure that foreign scans with lateral refs are planned correctly.
Tom Lane
2019-02-07
*
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-06
*
Keep perl style checker happy
Andrew Dunstan
2019-02-05
*
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2019-02-05
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-25
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
[next]