index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-07
2
-17
/
+50
*
Fix misleading comments about background worker registration.
Robert Haas
2022-05-06
2
-9
/
+6
*
Fix typo in origin.c
Michael Paquier
2022-05-06
1
-1
/
+1
*
Update SQL features
Peter Eisentraut
2022-05-06
1
-5
/
+5
*
Fix rowcount estimate for SubqueryScan that's under a Gather.
Tom Lane
2022-05-04
1
-4
/
+18
*
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
1
-1
/
+1
*
Fix incorrect format placeholders
Peter Eisentraut
2022-05-04
2
-2
/
+2
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
1
-10
/
+10
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
1
-1
/
+1
*
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-30
1
-0
/
+11
*
Claim SQL standard compliance for SQL/JSON features
Andrew Dunstan
2022-04-29
1
-15
/
+15
*
Fix JSON_OBJECTAGG uniquefying bug
Andrew Dunstan
2022-04-28
1
-2
/
+12
*
Disable asynchronous execution if using gating Result nodes.
Etsuro Fujita
2022-04-28
1
-7
/
+27
*
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
3
-10
/
+81
*
Fix SQL syntax in comment in logical/worker.c
John Naylor
2022-04-28
1
-1
/
+1
*
Remove durable_rename_excl()
Michael Paquier
2022-04-28
1
-63
/
+0
*
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-28
2
-18
/
+10
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-27
2
-2
/
+2
*
Handle NULL fields in WRITE_INDEX_ARRAY
Peter Eisentraut
2022-04-27
1
-2
/
+9
*
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-25
2
-0
/
+14
*
Fix incautious CTE matching in rewriteSearchAndCycle().
Tom Lane
2022-04-23
1
-3
/
+16
*
Fix performance regression in tuplesort specializations
David Rowley
2022-04-22
1
-1
/
+28
*
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-21
3
-10
/
+4
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
5
-9
/
+33
*
Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.
Tom Lane
2022-04-21
2
-0
/
+21
*
vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
Peter Geoghegan
2022-04-20
1
-3
/
+3
*
Fix CLUSTER tuplesorts on abbreviated expressions.
Peter Geoghegan
2022-04-20
1
-4
/
+4
*
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-20
1
-0
/
+28
*
set_deparse_plan: Reuse variable to appease Coverity
Alvaro Herrera
2022-04-20
1
-1
/
+1
*
Move ModifyTableContext->lockmode to UpdateContext
Alvaro Herrera
2022-04-20
1
-15
/
+8
*
ExecModifyTable: use context.planSlot instead of planSlot
Alvaro Herrera
2022-04-20
1
-14
/
+10
*
Fix breakage in AlterFunction().
Tom Lane
2022-04-19
1
-2
/
+3
*
Remove duplicated word in comment of basebackup.c
Michael Paquier
2022-04-20
1
-1
/
+1
*
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-19
1
-4
/
+10
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
1
-4
/
+4
*
Avoid invalid array reference in transformAlterTableStmt().
Tom Lane
2022-04-18
1
-1
/
+2
*
Don't retry restore_command while reading ahead.
Thomas Munro
2022-04-17
1
-3
/
+8
*
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
2
-1
/
+5
*
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-16
1
-3
/
+3
*
Fix multi-table VACUUM VERBOSE accounting.
Peter Geoghegan
2022-04-15
1
-9
/
+15
*
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
2
-17
/
+43
*
VACUUM VERBOSE: Show dead items for an empty table.
Peter Geoghegan
2022-04-15
1
-20
/
+18
*
Adjust VACUUM's removable cutoff log message.
Peter Geoghegan
2022-04-15
1
-19
/
+15
*
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-15
2
-2
/
+2
*
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-14
1
-8
/
+14
*
Have CLUSTER ignore partitions not owned by caller
Alvaro Herrera
2022-04-14
1
-7
/
+12
*
Improve a couple of sql/json error messages
Andrew Dunstan
2022-04-14
1
-2
/
+3
*
Fix transformJsonBehavior
Andrew Dunstan
2022-04-14
1
-6
/
+8
*
Add missing spaces after single-line comments
David Rowley
2022-04-14
1
-1
/
+1
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
2
-19
/
+27
[next]