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
*
Fix use-after-free introduced in 55ed3defc966
Alvaro Herrera
2019-06-27
*
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
*
Fix thinkos in LookupFuncName() for function name lookups
Michael Paquier
2019-06-25
*
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-24
*
Remove obsolete comments about sempahores from proc.c.
Thomas Munro
2019-06-21
*
Fix description of WAL record XLOG_BTREE_META_CLEANUP
Michael Paquier
2019-06-19
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-19
*
Translation updates
Peter Eisentraut
2019-06-17
*
Fix buffer overflow when parsing SCRAM verifiers in backend
Michael Paquier
2019-06-17
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Silence compiler warning
Alvaro Herrera
2019-06-14
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-06-12
*
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
*
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-12
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
*
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-10
*
Fix inconsistency in comments atop ExecParallelEstimate.
Amit Kapila
2019-06-07
*
Fix unsafe memory management in CloneRowTriggersToPartition().
Tom Lane
2019-06-03
*
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-30
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
*
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
*
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
*
Don't leave behind junk nbtree pages during split.
Peter Geoghegan
2019-05-13
*
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
*
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-05-12
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
*
Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.
Tom Lane
2019-05-10
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
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
[next]