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
/
contrib
Age
Commit message (
Expand
)
Author
2024-01-30
pgcrypto: Fix check for buffer size
Daniel Gustafsson
2024-01-29
Fix incompatibilities with libxml2 >= 2.12.0.
Tom Lane
2024-01-18
seg: Add test "security" in meson.build
Michael Paquier
2024-01-07
Fix integer-overflow problem in intarray's g_int_decompress().
Tom Lane
2023-12-19
pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
Michael Paquier
2023-12-19
pgstattuple: Fix failure with pgstathashindex() for partitioned indexes
Michael Paquier
2023-11-23
Fix resource leak when a FDW's ForeignAsyncRequest function fails
Heikki Linnakangas
2023-11-18
meson: Fix missing dependency from install-quiet to sepgsql.sql
Andres Freund
2023-11-09
pg_stat_statements: Remove duplicated tests for SET statements
Michael Paquier
2023-10-31
Adjust the order of the prechecks in pgrowlocks()
David Rowley
2023-10-30
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-30
amcheck: Distinguish interrupted page deletion from corruption.
Noah Misch
2023-10-29
btree_gin: Fix calculation of leftmost interval value.
Dean Rasheed
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-27
unaccent: Tweak value of PYTHON when building without Python support
Michael Paquier
2023-09-26
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-14
Fix tracking of temp table relation extensions as writes
Andres Freund
2023-08-30
postgres_fdw: Fix test for parameterized foreign scan.
Etsuro Fujita
2023-08-23
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-24
Make test_decoding ddl.out shorter
Alvaro Herrera
2023-07-13
Remove unnecessary pfree() in g_intbig_compress().
Tom Lane
2023-07-03
Remove expensive test of postgres_fdw batch inserts
Tomas Vondra
2023-07-01
Fix test of pg_stat_io for wal_level=minimal.
Noah Misch
2023-06-30
Add a test case for a316a3bc
Amit Langote
2023-06-29
pg_stat_statements: Fix second comment related to entry resets
Michael Paquier
2023-06-28
pg_stat_statements: Fix incorrect comment with entry resets
Michael Paquier
2023-06-27
Fix comment on clearing padding.
Heikki Linnakangas
2023-06-20
test_extensions: make meson.build consistent with Makefile.
Jeff Davis
2023-06-15
intarray: Prevent out-of-bound memory reads with gist__int_ops
Michael Paquier
2023-06-12
hstore: Tighten key/value parsing check for whitespaces
Michael Paquier
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-08
Fix small overestimation of base64 encoding output length.
Tom Lane
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
Show empty BRIN ranges in brin_page_items
Tomas Vondra
2023-05-16
Ensure Soundex difference() function handles empty input sanely.
Tom Lane
2023-05-08
Adjust sepgsql expected output for 681d9e462 et al.
Tom Lane
2023-05-08
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-05
Fix sepgsql expected test output
Alvaro Herrera
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-27
In hstore_plpython, avoid crashing when return value isn't a mapping.
Tom Lane
[next]