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
*
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
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Remove outdated include
John Naylor
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Straighten include order in guc-file.l
John Naylor
2022-11-03
*
Defend against unsupported partition relkind in logical replication worker.
Tom Lane
2022-11-02
*
Fix copy-and-pasteo in comment.
Etsuro Fujita
2022-11-02
*
Improve the description of XLOG_RUNNING_XACTS.
Amit Kapila
2022-11-02
*
Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO
Michael Paquier
2022-11-02
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Fix planner failure with extended statistics on partitioned tables.
Tom Lane
2022-11-01
*
Fix ALTER COLLATION "default" REFRESH VERSION.
Jeff Davis
2022-10-31
*
Enable pg_collation_actual_version() to work on the default collation.
Jeff Davis
2022-10-31
*
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-31
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Use Limit instead of Unique to implement DISTINCT, when possible
David Rowley
2022-10-28
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-27
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
*
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
*
Fix variable assignment thinko in hba.c
Michael Paquier
2022-10-26
*
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-26
*
Doc/improve confusing, inefficient tests to locate CTID variable.
Tom Lane
2022-10-25
*
Update outdated comment for TransactionIdSetTreeStatus
Heikki Linnakangas
2022-10-25
*
Clean up some GUC declarations and comments
Michael Paquier
2022-10-25
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Fix recently added incorrect assertion
Alvaro Herrera
2022-10-24
*
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-24
[next]