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
*
Fix mishandling of column-level SELECT privileges for join aliases.
Tom Lane
2021-02-08
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
*
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
*
Docs: fix pg_wal_lsn_diff manual.
Tatsuo Ishii
2021-02-07
*
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-06
*
Disallow converting an inheritance child table to a view.
Tom Lane
2021-02-06
*
Clarify some comments around SharedRecoveryState in xlog.c
Michael Paquier
2021-02-06
*
Generalize parallel slot result handling.
Robert Haas
2021-02-05
*
Move some code from src/bin/scripts to src/fe_utils to permit reuse.
Robert Haas
2021-02-05
*
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-05
*
postgres_fdw: Fix assertion in estimate_path_cost_size().
Etsuro Fujita
2021-02-05
*
Fix bug in HashAgg's selective-column-spilling logic.
Tom Lane
2021-02-04
*
Tab-complete CREATE DATABASE ... LOCALE.
Thomas Munro
2021-02-05
*
Fix YA incremental sort bug.
Tom Lane
2021-02-04
*
Harden nbtree page deletion.
Peter Geoghegan
2021-02-04
*
Fix small error in COPY FROM progress reporting.
Heikki Linnakangas
2021-02-04
*
Refactor Windows error message for easier translation
Peter Eisentraut
2021-02-04
*
Ensure unlinking of old index file with REINDEX (TABLESPACE)
Michael Paquier
2021-02-04
*
Clarify comment in tablesync.c
Michael Paquier
2021-02-04
*
Add TABLESPACE option to REINDEX
Michael Paquier
2021-02-04
*
Avoid crash when rolling back within a prepared statement.
Tom Lane
2021-02-03
*
Factor pattern-construction logic out of processSQLNamePattern.
Robert Haas
2021-02-03
*
Remove special BKI_LOOKUP magic for namespace and role OIDs.
Tom Lane
2021-02-03
*
pg_dump: Fix dumping of inherited generated columns
Peter Eisentraut
2021-02-03
*
Retire findoidjoins.
Tom Lane
2021-02-02
*
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-02
*
Doc: consistently identify OID catalog columns that can be zero.
Tom Lane
2021-02-02
*
Remove extra increment of plpgsql's statement counter for FOR loops.
Tom Lane
2021-02-02
*
Fix ancient memory leak in contrib/auto_explain.
Tom Lane
2021-02-02
*
Improve confusing variable names
Peter Eisentraut
2021-02-02
*
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-02-02
*
Doc: work a little harder on the initial examples for regex matching.
Tom Lane
2021-02-01
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Remove incidental dependencies on partitioned_rels lists.
Tom Lane
2021-02-01
*
Revise make_partition_pruneinfo to not use its partitioned_rels input.
Tom Lane
2021-02-01
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Alexander Korotkov
2021-02-01
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Fix portability issue in new jsonbsubs code.
Tom Lane
2021-02-01
*
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
*
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
*
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-31
*
Remove unused _bt_delitems_delete() argument.
Peter Geoghegan
2021-01-31
*
Fix parsing of complex morphs to tsquery
Alexander Korotkov
2021-01-31
*
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
*
doc: Clarify status of SELECT INTO on reference page
Peter Eisentraut
2021-01-30
*
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-30
*
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
*
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
[next]