aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Parse sequence type and integer metadata in dumpSequence().Nathan Bossart2024-07-31
* Fix random failure in 021_twophase.Amit Kapila2024-07-31
* Relax check for return value from second call of pg_strnxfrm().Jeff Davis2024-07-30
* Refactor getWeights to write to caller-supplied bufferHeikki Linnakangas2024-07-30
* Replace static buf with a stack-allocated one in ReadControlFileHeikki Linnakangas2024-07-30
* Replace static buf with palloc in str_time()Heikki Linnakangas2024-07-30
* Replace static bufs with a StringInfo in cash_words()Heikki Linnakangas2024-07-30
* Remove leftover function declarationHeikki Linnakangas2024-07-30
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30
* Remove useless member of BackendParameters.Thomas Munro2024-07-30
* Require memory barrier support.Thomas Munro2024-07-30
* Require compiler barrier support.Thomas Munro2024-07-30
* Remove --disable-atomics, require 32 bit atomics.Thomas Munro2024-07-30
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* pg_createsubscriber: Remove obsolete commentPeter Eisentraut2024-07-30
* Stabilize xid_wraparound testsAndrew Dunstan2024-07-30
* pg_createsubscriber: Fix an unpredictable recovery wait time.Amit Kapila2024-07-30
* Disallow setting MAX_PARTITION_BUFFERS to less than 2David Rowley2024-07-30
* Make collation not depend on setlocale().Jeff Davis2024-07-30
* Fix partitionwise join with partially-redundant join clausesRichard Guo2024-07-30
* Refactor the checks for parameterized partial pathsRichard Guo2024-07-30
* Short-circuit sort_inner_and_outer if there are no mergejoin clausesRichard Guo2024-07-30
* Add more debugging information when failing to read pgstats filesMichael Paquier2024-07-30
* SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote2024-07-30
* SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote2024-07-30
* Do not return NULL from pg_newlocale_from_collation().Jeff Davis2024-07-29
* Detach syslogger from shared memoryHeikki Linnakangas2024-07-29
* Remove dead generators for cyrillic encoding conversion tablesHeikki Linnakangas2024-07-29
* Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW.Nathan Bossart2024-07-29
* Count individual SQL commands in pg_restore's --transaction-size mode.Tom Lane2024-07-29
* Reduce number of commands dumpTableSchema emits for binary upgrade.Tom Lane2024-07-29
* Fix double-release of spinlockHeikki Linnakangas2024-07-29
* Fix compiler warning/error about typedef redefinitionsHeikki Linnakangas2024-07-29
* Move cancel key generation to after forking the backendHeikki Linnakangas2024-07-29
* Fix outdated comment in smgrtruncate()Heikki Linnakangas2024-07-29
* Reduce memory used by partitionwise joinsRichard Guo2024-07-29
* Simplify create_merge_append_path for clarityRichard Guo2024-07-29
* Refactor pg_set_regex_collation() for clarity.Jeff Davis2024-07-28
* Add missing pointer dereference in pg_backend_memory_contexts viewDavid Rowley2024-07-29
* Fix whitespace in commit 005c6b833f.Jeff Davis2024-07-28
* Refactor: make default_locale internal to pg_locale.c.Jeff Davis2024-07-28
* Change collation cache to use simplehash.h.Jeff Davis2024-07-28
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* libpq: Use strerror_r instead of strerrorPeter Eisentraut2024-07-28
* Optimize escaping of JSON stringsDavid Rowley2024-07-27
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-07-27
* Introduce num_os_semaphores GUC.Nathan Bossart2024-07-26
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* pg_upgrade: Move live_check variable to user_opts.Nathan Bossart2024-07-26
* Clarify error message and documentation related to typed tables.Tom Lane2024-07-26