index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
*
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
*
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-28
*
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-16
*
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Message style improvements
Alvaro Herrera
2020-11-07
*
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-06
*
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-05
*
Allow users with BYPASSRLS to alter their own passwords.
Tom Lane
2020-11-03
*
Disallow ALTER TABLE ONLY / DROP EXPRESSION
Peter Eisentraut
2020-11-03
*
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-10-27
*
Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Tom Lane
2020-10-25
*
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-10-23
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Reword partitioning error message
Alvaro Herrera
2020-09-30
*
Fix progress reporting of REINDEX CONCURRENTLY
Michael Paquier
2020-09-29
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Revise RelationBuildRowSecurity() to avoid memory leaks.
Tom Lane
2020-09-26
*
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-21
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
*
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-07
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
*
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-29
*
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
*
Fix whitespace in HashAgg EXPLAIN ANALYZE
David Rowley
2020-07-09
*
Fix temporary tablespaces for shared filesets some more.
Tom Lane
2020-07-03
*
Fix temporary tablespaces for shared filesets
Magnus Hagander
2020-07-03
*
Further adjustments to Hashagg EXPLAIN ANALYZE output
David Rowley
2020-07-01
*
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-22
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Spelling adjustments
Peter Eisentraut
2020-06-09
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Add missing error code to "cannot attach index ..." error.
Heikki Linnakangas
2020-05-28
*
Add missing invocations to object access hooks
Michael Paquier
2020-05-23
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Make COPY TO keep locks until the transaction end.
Amit Kapila
2020-05-15
[next]