..
adminpack
Use "data directory" not "current directory" in error messages.
2023-03-16 12:04:08 -04:00
amcheck
amcheck: Normalize index tuples containing uncompressed varlena
2024-03-23 23:02:30 +02:00
auth_delay
Fix copy-pasto in contrib/auth_delay/meson.build variable name.
2023-04-02 09:31:10 -07:00
auto_explain
Pre-beta mechanical code beautification.
2023-05-19 17:24:48 -04:00
basebackup_to_shell
Pre-beta mechanical code beautification.
2023-05-19 17:24:48 -04:00
basic_archive
Pre-beta mechanical code beautification.
2023-05-19 17:24:48 -04:00
bloom
Count contrib/bloom index scans in pgstat view.
2024-11-12 20:57:41 -05:00
bool_plperl
Update copyright for 2023
2023-01-02 15:00:37 -05:00
btree_gin
btree_gin: Fix calculation of leftmost interval value.
2023-10-29 11:14:36 +00:00
btree_gist
Remove useless casts to (void *) in arguments of some system functions
2023-02-07 06:57:59 +01:00
citext
Skip citext_utf8 test on Windows.
2024-08-02 10:03:45 +12:00
cube
Rework pg_input_error_message(), now renamed pg_input_error_info()
2023-02-28 08:04:13 +09:00
dblink
Avoid resource leaks when a dblink connection fails.
2025-05-29 10:39:55 -04:00
dict_int
Update copyright for 2023
2023-01-02 15:00:37 -05:00
dict_xsyn
Update copyright for 2023
2023-01-02 15:00:37 -05:00
earthdistance
contrib/earthdistance: Use SQL-standard function bodies.
2024-12-14 16:07:18 -05:00
file_fdw
Disallow "=" in names of reloptions and foreign-data options.
2025-06-02 15:22:44 -04:00
fuzzystrmatch
Ensure Soundex difference() function handles empty input sanely.
2023-05-16 10:53:42 -04:00
hstore
hstore: Tighten key/value parsing check for whitespaces
2023-06-12 09:14:03 +09:00
hstore_plperl
Update copyright for 2023
2023-01-02 15:00:37 -05:00
hstore_plpython
In hstore_plpython, avoid crashing when return value isn't a mapping.
2023-04-27 11:55:06 -04:00
intagg
Update copyright for 2023
2023-01-02 15:00:37 -05:00
intarray
Fix GIN's shimTriConsistentFn to not corrupt its input.
2025-04-12 12:27:46 -04:00
isn
Rework pg_input_error_message(), now renamed pg_input_error_info()
2023-02-28 08:04:13 +09:00
jsonb_plperl
Update copyright for 2023
2023-01-02 15:00:37 -05:00
jsonb_plpython
Update copyright for 2023
2023-01-02 15:00:37 -05:00
lo
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
2025-01-22 11:58:20 -05:00
ltree
Pre-beta mechanical code beautification.
2023-05-19 17:24:48 -04:00
ltree_plpython
Update copyright for 2023
2023-01-02 15:00:37 -05:00
oid2name
Mark options as deprecated in usage output
2023-03-02 14:36:37 +01:00
old_snapshot
Update copyright for 2023
2023-01-02 15:00:37 -05:00
pageinspect
Be more wary of corrupt data in pageinspect's heap_page_items().
2025-04-19 16:37:42 -04:00
passwordcheck
Update copyright for 2023
2023-01-02 15:00:37 -05:00
pg_buffercache
Add pg_buffercache_usage_counts() to contrib/pg_buffercache.
2023-04-07 14:25:53 -04:00
pg_freespacemap
Prevent assertion failure in contrib/pg_freespacemap.
2025-03-27 13:20:23 -04:00
pg_prewarm
pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.
2025-06-06 08:18:23 -04:00
pg_stat_statements
pg_stat_statements: Fix parameter number gaps in normalized queries
2025-05-29 11:26:27 +09:00
pg_surgery
Remove useless casts to (void *) in arguments of some system functions
2023-02-07 06:57:59 +01:00
pg_trgm
Fix arrays comparison in CompareOpclassOptions()
2024-11-12 01:53:40 +02:00
pg_visibility
Restore smgrtruncate() prototype in back-branches.
2025-01-08 10:46:45 +13:00
pg_walinspect
Pre-beta mechanical code beautification.
2023-05-19 17:24:48 -04:00
pgcrypto
pgcrypto: Fix check for buffer size
2024-01-30 11:15:46 +01:00
pgrowlocks
Adjust the order of the prechecks in pgrowlocks()
2023-10-31 16:42:35 +13:00
pgstattuple
Reintroduce support for sequences in pgstattuple and pageinspect.
2024-09-12 16:31:29 -05:00
postgres_fdw
Fix memory leakage in postgres_fdw's DirectModify code path.
2025-05-30 13:45:41 -04:00
seg
seg: Add test "security" in meson.build
2024-01-18 10:12:51 +09:00
sepgsql
meson: Fix sepgsql installation
2025-01-24 10:55:24 +01:00
spi
Update copyright for 2023
2023-01-02 15:00:37 -05:00
sslinfo
Update copyright for 2023
2023-01-02 15:00:37 -05:00
start-scripts
Remove gratuitous references to postmaster program
2023-01-26 10:48:32 +01:00
tablefunc
Update copyright for 2023
2023-01-02 15:00:37 -05:00
tcn
Update copyright for 2023
2023-01-02 15:00:37 -05:00
test_decoding
Fix xmin advancement during fast_forward decoding.
2025-04-28 11:09:27 +05:30
tsm_system_rows
Update copyright for 2023
2023-01-02 15:00:37 -05:00
tsm_system_time
Update copyright for 2023
2023-01-02 15:00:37 -05:00
unaccent
unaccent: Tweak value of PYTHON when building without Python support
2023-09-27 14:41:15 +09:00
uuid-ossp
New header varatt.h split off from postgres.h
2023-01-10 05:54:36 +01:00
vacuumlo
Update copyright for 2023
2023-01-02 15:00:37 -05:00
xml2
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
2024-09-15 13:33:09 -04:00
contrib-global.mk
Respect TEMP_CONFIG when pg_regress_check and friends are called
2016-02-27 12:28:21 -05:00
Makefile
Revert "Rename contrib module basic_archive to basic_wal_module"
2023-01-26 09:13:39 +09:00
meson.build
Revert "Rename contrib module basic_archive to basic_wal_module"
2023-01-26 09:13:39 +09:00
README
Rename 'gmake' to 'make' in docs and recommended commands
2014-02-12 17:29:19 -05:00