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
Age
Commit message (
Expand
)
Author
2023-08-03
Update comments on CustomPath struct.
Etsuro Fujita
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-27
Raise fixed token-length limit in hba.c.
Tom Lane
2023-07-18
Fix indentation in twophase.c
Michael Paquier
2023-07-18
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-14
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Release lock after encountering bogs row in vac_truncate_clog()
Andres Freund
2023-07-10
Be more rigorous about local variables in PostgresMain().
Tom Lane
2023-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-06
Fix type of iterator variable in SH_START_ITERATE
Andres Freund
2023-07-06
Skip pg_baseback long filename test if path too long on Windows
Andrew Dunstan
2023-07-06
WAL-log the creation of the init fork of unlogged indexes.
Heikki Linnakangas
2023-07-05
Fix leak of LLVM "fatal-on-oom" section counter.
Heikki Linnakangas
2023-07-04
Ensure that creation of an empty relfile is fsync'd at checkpoint.
Heikki Linnakangas
2023-07-04
Adjust kerberos and ldap tests for Homebrew on ARM
Peter Eisentraut
2023-07-04
Re-bin segment when memory pages are freed.
Thomas Munro
2023-07-03
Fix race in SSI interaction with gin fast path.
Thomas Munro
2023-07-03
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-03
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-07-03
Revert "Improve pg_basebackup long file name test Windows robustness"
Andrew Dunstan
2023-07-03
Use older package name in pg_basebackup test
Andrew Dunstan
2023-07-03
Improve pg_basebackup long file name test Windows robustness
Andrew Dunstan
2023-07-03
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-29
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-24
Check for interrupts and stack overflow in TParserGet().
Tom Lane
2023-06-24
Define OPENSSL_API_COMPAT
Peter Eisentraut
2023-06-22
nbtree VACUUM: cope with topparent inconsistencies.
Peter Geoghegan
2023-06-21
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-16
Fix typo in comment.
Amit Langote
2023-06-13
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-11
Fix missing initializations of MyProc.delayChkptEnd
Michael Paquier
2023-06-09
Refactor routine to find single log content pattern in TAP tests
Michael Paquier
2023-06-06
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-05-25
nbtree VACUUM: cope with right sibling link corruption.
Peter Geoghegan
2023-05-19
Avoid naming conflict between transactions.sql and namespace.sql.
Tom Lane
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-18
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-08
Stamp 11.20.
REL_11_20
Tom Lane
2023-05-08
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-08
Translation updates
Peter Eisentraut
2023-05-05
Fix prove_installcheck when used with PGXS
Peter Eisentraut
2023-05-04
Move return statements out of PG_TRY blocks.
Nathan Bossart
2023-05-04
In array_position()/array_positions(), beware of empty input array.
Tom Lane
[next]