Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

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