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
*
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
*
Remove duplicated comment block in event_trigger.c
Michael Paquier
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix async.c to not register any SLRU stats counts in the postmaster.
Tom Lane
2020-05-13
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
*
Simplify show_incremental_sort_info a bit
Tomas Vondra
2020-05-09
*
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-06
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Fix error case for CREATE ROLE ... IN ROLE.
Andrew Gierth
2020-04-25
*
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-22
*
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-16
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
[next]