Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

Author SHA1 Message Date
Bruce Momjian 5e05a0e992 doc PG 17 relnotes: properly wrap SGML text 2 years ago
Bruce Momjian 5ade0b8f80 doc PG 17 relnotes: add links to documentation sections 2 years ago
David Rowley aa901a37cf Fix possible Assert failure in cost_memoize_rescan 2 years ago
Peter Eisentraut 5603e119f4 Fix incorrect punctuation in error message 2 years ago
Michael Paquier ae482a7ec5 Fix typo in 029_stats_restart.pl 2 years ago
Bruce Momjian 82ed67a5fe doc PG 17 relnotes: update to current 2 years ago
Andres Freund a6685c5e36 doc PG 17 relnotes: Fix sslnegotation typo 2 years ago
Tom Lane 92c49d1062 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 2 years ago
Tom Lane ba26d15663 Remove recordExtensionInitPriv[Worker]'s ownerId argument. 2 years ago
Tom Lane 35dd40d34c Improve tracking of role dependencies of pg_init_privs entries. 2 years ago
Andrew Dunstan 653d3969bb Teach jsonpath string() to unwrap in lax mode 2 years ago
Peter Eisentraut 81d20fbf7a pg_createsubscriber: Remove failover replication slots on subscriber 2 years ago
Peter Eisentraut b963913826 pg_createsubscriber: Remove replication slot check on primary 2 years ago
Peter Eisentraut 04c8634c0c pg_createsubscriber: Only --recovery-timeout controls the end of recovery process 2 years ago
Michael Paquier 8f1888eb6d Make regress function make_tuple_indirect() able to handle plain attributes 2 years ago
Michael Paquier faaa0d2798 doc: Mention modules/injection_points as example for injection points 2 years ago
Noah Misch 645bda2a71 Add Windows file version information to test_json_parser programs. 2 years ago
Noah Misch 8866ed9560 Remove use of %z in sscanf. 2 years ago
Heikki Linnakangas 0099b9408e Convert confusing macros in multixact.c to static inline functions 2 years ago
Tatsuo Ishii 92aff003d7 doc: fix typo in create role manual. 2 years ago
Tom Lane 76618097a6 Clean out column-level pg_init_privs entries when dropping tables. 2 years ago
Tom Lane 01aa88f712 Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries. 2 years ago
Masahiko Sawada f1affb6705 Reintroduce dead tuple counter in pg_stat_progress_vacuum. 2 years ago
Tom Lane 56a8296212 Fix parsing of ignored operators in websearch_to_tsquery(). 2 years ago
Michael Paquier d872e1b473 doc: Fix description WAL summarizer in glossary 2 years ago
Michael Paquier 3c992361cd doc: Fix description WAL writer in glossary 2 years ago
Tom Lane 105024a472 Improve the granularity of PQsocketPoll's timeout parameter. 2 years ago
Tom Lane 6dfac24401 When replanning a plpgsql "simple expression", check it's still simple. 2 years ago
Heikki Linnakangas c425113eeb Clamp result of MultiXactMemberFreezeThreshold 2 years ago
Andrew Dunstan f83908798f Skip some permissions checks on Cygwin 2 years ago
Andrew Dunstan 11b9b8ce44 Add postgres_inc to meson check for Python.h 2 years ago
Peter Eisentraut a41106dab7 Fix documentation of initdb --show option 2 years ago
Peter Eisentraut ad8877cb51 Add missing source files to nls.mk 2 years ago
Peter Eisentraut 6ac5600a36 libpq: Some message style normalization 2 years ago
Peter Geoghegan 99b99285e5 Harmonize pg_bsd_indent parameter names. 2 years ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 2 years ago
Peter Eisentraut a0fe90efef libpq: Add missing gettext markers 2 years ago
Peter Eisentraut d112ea4681 libpq: Remove a gettext marker 2 years ago
Peter Eisentraut f376996bb7 Fix typo in error message 2 years ago
Masahiko Sawada 18404ea601 Fix segmentation fault in test_tidstore. 2 years ago
Tom Lane 915de706d2 Fix infer_arbiter_indexes() to not assume resultRelation is 1. 2 years ago
Alvaro Herrera c2fab70248
Fix creation of partition descriptor during concurrent detach 2 years ago
Amit Kapila d1ffcc7fa3 Fix an assert in CheckPointReplicationSlots(). 2 years ago
Amit Kapila 3470391e16 Doc: Fix ambuiguity in column lists. 2 years ago
Dean Rasheed c50d4f4028 doc: Mention all options equivalent to pg_dump --filter patterns. 2 years ago
Richard Guo 3cb19f45a3 Fix comment about cross-checking the varnullingrels 2 years ago
Thomas Munro e656657f2b Fix RBM_ZERO_AND_LOCK. 2 years ago
Tom Lane 00ac25a3c3 Tighten test_predtest's input checks, and improve error messages. 2 years ago
Tom Lane 7ed8ce8a46 Reject modifying a temp table of another session with ALTER TABLE. 2 years ago
Tom Lane 2dc1deaea0 Fix behavior of stable functions called from a CALL's argument list. 2 years ago