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
*
Allow initdb to complete on systems without "locale" command
Peter Eisentraut
2022-11-17
*
doc: Fix wording of MERGE actions in README
Daniel Gustafsson
2022-11-17
*
Fix typos in comments
Daniel Gustafsson
2022-11-17
*
Update some more ObjectType switch statements to not have default
Peter Eisentraut
2022-11-17
*
Improve ruleutils' printout of LATERAL references within subplans.
Tom Lane
2022-11-16
*
Fix slowdown in TAP tests due to recent walreceiver change.
Thomas Munro
2022-11-17
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
*
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
*
Remove useless casts
Peter Eisentraut
2022-11-16
*
Turn HeapKeyTest macro into inline function
Peter Eisentraut
2022-11-16
*
Remove unused include
Peter Eisentraut
2022-11-16
*
Use multi-inserts for pg_ts_config_map
Michael Paquier
2022-11-16
*
Use multi-inserts for pg_enum
Michael Paquier
2022-11-16
*
Avoid some overhead with open and close of catalog indexes
Michael Paquier
2022-11-16
*
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
*
Disallow setting archive_library and archive_command at the same time
Peter Eisentraut
2022-11-15
*
Improve comments referring snapshot's subxip array.
Amit Kapila
2022-11-15
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
*
Add error context callback when tokenizing authentication files
Michael Paquier
2022-11-14
*
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-14
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
Document WAL rules related to PD_ALL_VISIBLE in README.
Jeff Davis
2022-11-12
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Remove obsolete comments and code from prior to f8f4227976.
Jeff Davis
2022-11-11
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
Fix comments atop ReorderBufferAddInvalidations.
Amit Kapila
2022-11-10
*
Fix comment of SimpleLruInit() in slru.c
Michael Paquier
2022-11-10
*
Apply a better fix to mdunlinkfork().
Tom Lane
2022-11-09
*
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-11-09
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Provide sigaction() for Windows.
Thomas Munro
2022-11-09
*
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-11-09
*
Unify some internal error message wordings
Peter Eisentraut
2022-11-08
*
Produce more-optimal plans for bitmap scans on boolean columns.
Tom Lane
2022-11-08
*
Suppress useless wakeups in walreceiver.
Thomas Munro
2022-11-08
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
*
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
2022-11-08
*
Fix compiler warning on MSVC
David Rowley
2022-11-08
*
Fix failure to remove non-first segments of temporary tables.
Tom Lane
2022-11-07
*
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-07
*
Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane
2022-11-05
*
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-11-05
*
Remove redundant breaks in HeapTupleSatisfiesVisibility
Andres Freund
2022-11-05
*
Remove unneeded includes of <sys/stat.h>
Michael Paquier
2022-11-05
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
[next]