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
*
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2022-01-05
*
Remove redundant initialization of BrinMemTuple.
Tom Lane
2022-01-04
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Clean up error messages related to bad datetime units.
Tom Lane
2022-01-03
*
Use MaxLockMode symbol in more places.
Tom Lane
2022-01-03
*
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2022-01-03
*
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2022-01-01
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"
Daniel Gustafsson
2021-12-30
*
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-29
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-29
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
*
Rethink handling of settings with a prefix reserved by an extension.
Tom Lane
2021-12-27
*
Fix incorrect field count in pg_control_checkpoint()
Michael Paquier
2021-12-26
*
Fix compilation error introduced by commit 8e1fae1938.
Amit Kapila
2021-12-23
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
*
Remove unused include
Peter Eisentraut
2021-12-22
*
Remove unused include
Peter Eisentraut
2021-12-22
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-22
*
Fix typo in code comment
Peter Eisentraut
2021-12-22
*
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
*
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-22
*
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-21
*
doc: More documentation on regular expressions and SQL standard
Peter Eisentraut
2021-12-20
*
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-17
*
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-16
*
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-16
*
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
*
Improve parallel vacuum implementation.
Amit Kapila
2021-12-15
*
Improve sift up/down code in binaryheap.c and logtape.c.
Tom Lane
2021-12-14
*
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-12-14
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
Remove unimplemented/undocumented geometric functions & operators.
Tom Lane
2021-12-13
*
Implement poly_distance().
Tom Lane
2021-12-13
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
*
Fix alignment in multirange_get_range() function
Alexander Korotkov
2021-12-13
*
Improve description of some WAL records with transaction commands
Michael Paquier
2021-12-13
*
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-12-10
*
Fix some typos with {a,an}
Michael Paquier
2021-12-09
*
Fix double publish of child table's data.
Amit Kapila
2021-12-09
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
Amit Kapila
2021-12-08
*
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
Amit Kapila
2021-12-08
*
De-duplicate the result of pg_publication_tables view.
Amit Kapila
2021-12-08
[next]