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
*
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-12
*
Make lazy_vacuum_heap_rel match lazy_scan_heap.
Peter Geoghegan
2023-01-11
*
vacuumlazy.c: Tweak local variable name.
Peter Geoghegan
2023-01-11
*
Rename and relocate freeze plan dedup routines.
Peter Geoghegan
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
*
Improve TransactionIdDidAbort() documentation.
Peter Geoghegan
2023-01-11
*
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-11
*
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-11
*
Fix typos in code and comments
Michael Paquier
2023-01-11
*
Have the planner consider Incremental Sort for DISTINCT
David Rowley
2023-01-11
*
Add new GUC createrole_self_grant.
Robert Haas
2023-01-10
*
Restrict the privileges of CREATEROLE users.
Robert Haas
2023-01-10
*
Fix MERGE's test for unreachable WHEN clauses.
Dean Rasheed
2023-01-10
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Fix the display of lock information for specktoken.
Amit Kapila
2023-01-10
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
*
Remove redundant setting of tuplesort status
John Naylor
2023-01-09
*
Fix the file mode of worker.c changed by the commit 216a784829.
Amit Kapila
2023-01-09
*
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-09
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Improve GIN cost estimation
Alexander Korotkov
2023-01-08
*
Extract the multiplier for CPU process cost of index page into a macro
Alexander Korotkov
2023-01-08
*
Remove the streaming files for incomplete xacts after restart.
Amit Kapila
2023-01-07
*
Add additional regression tests for select_active_windows
David Rowley
2023-01-07
*
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
*
Check for two_phase change at end of process_syncing_tables_for_apply.
Tom Lane
2023-01-06
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
*
Invalidate pgoutput's replication-decisions cache upon schema rename.
Tom Lane
2023-01-06
*
Fix typo
Peter Eisentraut
2023-01-06
*
Fix pg_truncate() on Windows.
Thomas Munro
2023-01-06
*
Pass down current user ID to AddRoleMems and DelRoleMems.
Robert Haas
2023-01-05
*
Refactor permissions-checking for role grants.
Robert Haas
2023-01-05
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-05
*
Check that xmax didn't commit in freeze check.
Peter Geoghegan
2023-01-03
*
Update obsolete multixact.c comments.
Peter Geoghegan
2023-01-03
*
vacuumlazy.c: Save get_database_name() in vacrel.
Peter Geoghegan
2023-01-03
*
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
*
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
*
Windows support in pg_import_system_collations
Peter Eisentraut
2023-01-03
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Adjust VACUUM hastup LP_REDIRECT comments.
Peter Geoghegan
2023-01-02
*
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2023-01-02
*
Push lpp variable closer to usage in heapgetpage()
Peter Eisentraut
2023-01-02
*
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2023-01-01
*
Fix assert in BRIN build_distances
Tomas Vondra
2022-12-30
*
Fix precision handling for some COERCE_SQL_SYNTAX functions
Michael Paquier
2022-12-30
*
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
[next]