Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
Daniel Gustafsson 4c1d853fd8 doc: Clarify project naming 9 months ago
Jeff Davis 0851b65738 Fix unintentional 'NULL' string literal in pg_upgrade. 9 months ago
Tom Lane 5e7be43f4b Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 9 months ago
Tom Lane 717e8a1e52 Avoid double transformation of json_array()'s subquery. 9 months ago
Tom Lane 5e6e97fbf4 Repair misbehavior with duplicate entries in FK SET column lists. 9 months ago
Heikki Linnakangas 6526d07948 Relax assertion in finding correct GiST parent 9 months ago
Daniel Gustafsson c88b36d382 doc: Clarify the system value for sslrootcert 9 months ago
Fujii Masao aab422af95 Fix logical decoding test to correctly check slot removal on standby. 9 months ago
Fujii Masao 5570e103bf Fix logical decoding regression tests to correctly check slot existence. 9 months ago
Masahiko Sawada a4309e85f4 Restrict copying of invalidated replication slots. 9 months ago
Tom Lane e0191121b2 Remove unnecessary type violation in tsvectorrecv(). 9 months ago
Andres Freund 78cb2466f7 Remove HeapBitmapScan's skip_fetch optimization 9 months ago
Tom Lane 0941aadcd5 Need to do CommandCounterIncrement after StoreAttrMissingVal. 9 months ago
Peter Eisentraut b19893b94b Fix code comment 9 months ago
David Rowley e962d6d12b Doc: add information about partition locking 9 months ago
David Rowley 5672a83997 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 9 months ago
Tom Lane 915e889680 Fix detection and handling of strchrnul() for macOS 15.4. 9 months ago
Dean Rasheed 25303678a1 Fix MERGE with DO NOTHING actions into a partitioned table. 9 months ago
Daniel Gustafsson 8afec4ef67 Fix guc_malloc calls for consistency and OOM checks 9 months ago
Tom Lane 51d038da82 Prevent assertion failure in contrib/pg_freespacemap. 9 months ago
Michael Paquier 2afdb9dd96 doc: Correct description of values used in FSM for indexes 9 months ago
Tomas Vondra cb0ad70b8e Keep the decompressed filter in brin_bloom_union 9 months ago
Richard Guo 34fbfe1f57 Fix integer-overflow problem in scram_SaltedPassword() 9 months ago
Tom Lane f186f90e55 Fix order of -I switches for building pg_regress.o. 9 months ago
Alexander Korotkov c5cf99e9e5 postgres_fdw: Remove redundant check in semijoin_target_ok() 9 months ago
Alexander Korotkov 729fe699e6 postgres_fdw: Avoid pulling up restrict infos from subqueries 9 months ago
Heikki Linnakangas 302ce5bd93 Fix rare assertion failure in standby, if primary is restarted 9 months ago
Tom Lane 1353b1161a Fix plpgsql's handling of simple expressions in scrollable cursors. 9 months ago
Fujii Masao 97ce4d375a doc: Remove incorrect description about dropping replication slots. 9 months ago
Andres Freund 9de86e367a meson: Flush stdout in testwrap 9 months ago
Masahiko Sawada a38dce3c4a Fix assertion failure in parallel vacuum with minimal maintenance_work_mem setting. 9 months ago
Andres Freund ee578921b6 smgr: Make SMgrRelation initialization safer against errors 9 months ago
Alexander Korotkov 09ef2f8df1 reindexdb: Fix the index-level REINDEX with multiple jobs 9 months ago
Tom Lane c826cd1b1d Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 9 months ago
Thomas Munro e273468070 Fix read_stream.c for changing io_combine_limit. 9 months ago
Amit Langote 8b2392ae3d Fix copy-paste error in datum_to_jsonb_internal() 9 months ago
Heikki Linnakangas e731e9d5ee Handle interrupts while waiting on Append's async subplans 9 months ago
Tom Lane ca0830e5a2 Build whole-row Vars the same way during parsing and planning. 9 months ago
Álvaro Herrera ade976f8b4
BRIN: be more strict about required support procs 9 months ago
Heikki Linnakangas f1ef111a09 Fix a few more redundant calls of GetLatestSnapshot() 10 months ago
Heikki Linnakangas c1dd3a9443 Fix snapshot used in logical replication index lookup 10 months ago
Tom Lane 0f27bd14e4 Doc: improve description of window function processing. 10 months ago
Tom Lane 43847dd5e9 Don't try to parallelize array_agg() on an anonymous record type. 10 months ago
Tom Lane 99c01aadf9 Clear errno before calling strtol() in spell.c. 10 months ago
Nathan Bossart c3510cfc8b Assert that wrapper_handler()'s argument is within expected range. 10 months ago
John Naylor 5c8dcf9483 Doc: correct aggressive vacuum threshold for multixact members storage 10 months ago
Tom Lane 9094eb25b7 Fix some performance issues in GIN query startup. 10 months ago
Andres Freund 3f4c5e38e8 ci: Upgrade FreeBSD image 10 months ago
Álvaro Herrera 4e026be5f1
Fix ALTER TABLE error message 10 months ago
Daniel Gustafsson 56e6a31868 doc: Expand version compatibility for pg_basebackup features 10 months ago