Commit Graph

58741 Commits (ba26d156636c84a9674e49dbdfe788b6291985f2)
 

Author SHA1 Message Date
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
Michael Paquier d92573adcb Add more debugging information when dropping twice pgstats entry 2 years ago
Etsuro Fujita 8cfbac1492 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 2 years ago
Peter Eisentraut 3482bab5e3 meson: Restore implicit warning/debug/optimize flags for extensions 2 years ago
Amit Kapila b560a98a17 Doc: Add the new section "Logical Replication Failover". 2 years ago
Peter Eisentraut 4b8791743e doc: Fix copy-and-paste mistake 2 years ago
Jeff Davis 8ba34c698d Collation documentation fixes. 2 years ago
Peter Eisentraut 1039352e10 meson: Add user-provided c_args to bitcode_cflags 2 years ago
Peter Eisentraut b0f2659c7d Add meson NLS support for pg_walsummary 2 years ago