Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

Author SHA1 Message Date
Peter Eisentraut 73275f093f Make building with LTO work on macOS 1 year ago
Amit Kapila 0dcea330ba Fix random failure in 021_twophase. 1 year ago
Jeff Davis 679c5084cf Relax check for return value from second call of pg_strnxfrm(). 1 year ago
Heikki Linnakangas f822be3962 Refactor getWeights to write to caller-supplied buffer 1 year ago
Heikki Linnakangas 01e51ed780 Replace static buf with a stack-allocated one in 'seg' extension 1 year ago
Heikki Linnakangas da8a587e2e Replace static buf with a stack-allocated one in ReadControlFile 1 year ago
Heikki Linnakangas 6151cb7876 Replace static buf with palloc in str_time() 1 year ago
Heikki Linnakangas 5bf948d564 Replace static bufs with a StringInfo in cash_words() 1 year ago
Heikki Linnakangas 47c98035c6 Remove leftover function declaration 1 year ago
Andrew Dunstan 524d490a9f Preserve tz when converting to jsonb timestamptz 1 year ago
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