Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Thomas Munro 06ffce4559 Remove spinlocks and atomics from meson_options.txt. 11 months ago
Thomas Munro 71d6c4b966 Remove useless member of BackendParameters. 11 months ago
Thomas Munro 83aadbeb96 Require memory barrier support. 11 months ago
Thomas Munro a011dc399c Require compiler barrier support. 11 months ago
Thomas Munro 8138526136 Remove --disable-atomics, require 32 bit atomics. 11 months ago
Thomas Munro e25626677f Remove --disable-spinlocks. 11 months ago
Peter Eisentraut 1330843bb7 pg_createsubscriber: Remove obsolete comment 11 months ago
Andrew Dunstan 800cd3e923 Stabilize xid_wraparound tests 11 months ago
Amit Kapila 03b08c8f5f pg_createsubscriber: Fix an unpredictable recovery wait time. 11 months ago
David Rowley c19615fe39 Disallow setting MAX_PARTITION_BUFFERS to less than 2 11 months ago
Jeff Davis 72fe6d24a3 Make collation not depend on setlocale(). 11 months ago
Richard Guo 9b282a9359 Fix partitionwise join with partially-redundant join clauses 11 months ago
Richard Guo 2309eff62b Refactor the checks for parameterized partial paths 11 months ago
Richard Guo cc9daa09ee Short-circuit sort_inner_and_outer if there are no mergejoin clauses 11 months ago
Michael Paquier ca1ba50fcb Add more debugging information when failing to read pgstats files 11 months ago
Amit Langote 7f56eaff2f SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE 11 months ago
Amit Langote 74c96699be SQL/JSON: Some fixes to JsonBehavior expression casting 11 months ago
Jeff Davis 8240401437 Do not return NULL from pg_newlocale_from_collation(). 11 months ago
Heikki Linnakangas 6a1d8cef46 Detach syslogger from shared memory 11 months ago
Heikki Linnakangas 679f940740 Remove dead generators for cyrillic encoding conversion tables 11 months ago
Nathan Bossart 5c1ce1bbbe Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW. 11 months ago
Tom Lane 0f12905215 Count individual SQL commands in pg_restore's --transaction-size mode. 11 months ago
Tom Lane b3f0e0503f Reduce number of commands dumpTableSchema emits for binary upgrade. 11 months ago
Heikki Linnakangas 0393f542d7 Fix double-release of spinlock 11 months ago
Heikki Linnakangas 8bda213ec1 Fix compiler warning/error about typedef redefinitions 11 months ago
Heikki Linnakangas 9d9b9d46f3 Move cancel key generation to after forking the backend 11 months ago
Heikki Linnakangas 19de089cdc Fix outdated comment in smgrtruncate() 11 months ago
Richard Guo 513f4472a4 Reduce memory used by partitionwise joins 11 months ago
Richard Guo f47b33a191 Simplify create_merge_append_path for clarity 11 months ago
Jeff Davis 2e68077b07 Refactor pg_set_regex_collation() for clarity. 11 months ago
David Rowley da87dc07f1 Add missing pointer dereference in pg_backend_memory_contexts view 11 months ago
Jeff Davis c0ef1234df Fix whitespace in commit 005c6b833f. 11 months ago
Jeff Davis 1c461a8d8d Refactor: make default_locale internal to pg_locale.c. 11 months ago
Jeff Davis 005c6b833f Change collation cache to use simplehash.h. 11 months ago
Alexander Korotkov cdd6ab9d1f amcheck: Optimize speed of checking for unique constraint violation 11 months ago
David Rowley b181062aa5 Fix incorrect return value for pg_size_pretty(bigint) 11 months ago
Peter Eisentraut 1e666fd7c6 libpq: Use strerror_r instead of strerror 11 months ago
Tom Lane da4017a694 Doc: fix text's description of regexp_replace's arguments. 11 months ago
David Rowley 17a5871d9d Optimize escaping of JSON strings 11 months ago
Heikki Linnakangas 67427f1009 Support falling back to non-preferred readline implementation with meson 11 months ago
Heikki Linnakangas ff34ae368b Support absolute bindir/libdir in regression tests with meson 11 months ago
Heikki Linnakangas 4d8de281b5 Fallback to clang in PATH with meson 11 months ago
Heikki Linnakangas a00fae9d43 Fallback to uuid for ossp-uuid with meson 11 months ago
Michael Paquier c9e2457390 Fix more holes with SLRU code in need of int64 for segment numbers 11 months ago
Nathan Bossart 0dcaea5690 Introduce num_os_semaphores GUC. 11 months ago
Robert Haas 8a53539bd6 Wait for WAL summarization to catch up before creating .partial file. 11 months ago
Fujii Masao 454aab4b73 postgres_fdw: Fix bug in connection status check. 11 months ago
Nathan Bossart 4b56bb4ab4 pg_upgrade: Move live_check variable to user_opts. 11 months ago
Tom Lane 5d1d8b3c82 Clarify error message and documentation related to typed tables. 11 months ago
Robert Haas c883453cb2 Fix indentation. 11 months ago