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 incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
*
Fix comment in pg_proc.c
Michael Paquier
2022-05-14
*
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
*
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
Don't report stats in LogicalRepApplyLoop() when in xact.
Andres Freund
2022-05-12
*
Remove function declaration for function in pg_proc.
Andres Freund
2022-05-12
*
Add missing binary_upgrade.h includes.
Andres Freund
2022-05-12
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Mark a few 'bbsink' related functions / variables static.
Andres Freund
2022-05-12
*
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-05-12
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
*
Add logging for excessive ProcSignalBarrier waits.
Thomas Munro
2022-05-11
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Silence extra logging when using "postgres -C" on runtime-computed GUCs
Michael Paquier
2022-05-11
*
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-11
*
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-05-10
*
Fix core dump in transformValuesClause when there are no columns.
Tom Lane
2022-05-09
*
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-05-09
*
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-05-09
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-09
*
Fix old-fd issues using global barriers everywhere.
Thomas Munro
2022-05-07
*
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-07
*
Fix misleading comments about background worker registration.
Robert Haas
2022-05-06
*
Fix typo in origin.c
Michael Paquier
2022-05-06
*
Update SQL features
Peter Eisentraut
2022-05-06
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
*
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
*
Fix incorrect format placeholders
Peter Eisentraut
2022-05-04
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-30
*
Claim SQL standard compliance for SQL/JSON features
Andrew Dunstan
2022-04-29
*
Fix JSON_OBJECTAGG uniquefying bug
Andrew Dunstan
2022-04-28
*
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-28
*
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
*
Fix SQL syntax in comment in logical/worker.c
John Naylor
2022-04-28
*
Remove durable_rename_excl()
Michael Paquier
2022-04-28
*
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-28
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-27
*
Handle NULL fields in WRITE_INDEX_ARRAY
Peter Eisentraut
2022-04-27
*
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-25
*
Fix incautious CTE matching in rewriteSearchAndCycle().
Tom Lane
2022-04-23
*
Fix performance regression in tuplesort specializations
David Rowley
2022-04-22
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
[next]