index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-03-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-03-17
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-16
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-15
Back-patch LLVM 14 API changes.
Thomas Munro
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-02
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-11
Don't use_physical_tlist for an IOS with non-returnable columns.
Tom Lane
2022-02-10
Fix back-patch of "Avoid race in RelationBuildDesc() ..."
Noah Misch
2022-02-07
Translation updates
Peter Eisentraut
2022-02-05
Test, don't just Assert, that mergejoin's inputs are in order.
Tom Lane
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-26
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-25
Revert "graceful shutdown" changes for Windows, in back branches only.
Tom Lane
2022-01-25
Consider parallel awareness when removing single-child Appends
David Rowley
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2022-01-23
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-22
Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.
Tom Lane
2022-01-21
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-06
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-05
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2022-01-04
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2021-12-16
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-14
Fix datatype confusion in logtape.c's right_offset().
Tom Lane
2021-12-14
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-09
Fix double publish of child table's data.
Amit Kapila
2021-12-08
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-07
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-02
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-12-01
Avoid leaking memory during large-scale REASSIGN OWNED BY operations.
Tom Lane
2021-11-26
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-25
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
[next]