summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-23Implement find_my_exec()'s path normalization using realpath(3).Tom Lane
2023-03-23doc: fix another case of missing productname markupDaniel Gustafsson
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-23amcheck: Fix a few bugs in new update chain validation.Robert Haas
2023-03-23Add missing "-I." flag when building pg_bsd_indent.Tom Lane
2023-03-23Minor comment improvements for compress_lz4Tomas Vondra
2023-03-23Unify buffer sizes in pg_dump compression APITomas Vondra
2023-03-23Improve type handling in pg_dump's compress file APITomas Vondra
2023-03-23Wrap ICU ucol_open().Jeff Davis
2023-03-23Ignore generated columns during apply of update/delete.Amit Kapila
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-23Improve a bit the tests of pg_walinspectMichael Paquier
2023-03-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-03-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-22Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()Alexander Korotkov
2023-03-22Fix new test case to work on (some?) big-endian architectures.Tom Lane
2023-03-22Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane
2023-03-22Reduce memory leakage in initdb.Tom Lane
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-22Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOGAndres Freund
2023-03-22Teach verify_heapam() to validate update chains within a page.Robert Haas
2023-03-22doc: Add description of some missing monitoring functionsMichael Paquier
2023-03-21Fix a couple of typosMichael Paquier
2023-03-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
2023-03-21Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier
2023-03-21Fix incorrect comment in preptlist.cDavid Rowley
2023-03-21Correct Memoize's estimated cache hit ratio calculationDavid Rowley
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-21docs: use consistent markup for PostgreSQLDaniel Gustafsson
2023-03-21Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-03-21Stabilize pg_stat_io writes testAndres Freund
2023-03-21meson: rename html_help target to htmlhelpAndres Freund
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-20doc/PDF: Add page breaks for <sect1> in contrib appendixAlvaro Herrera
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-20Fix netmask handling in inet_minmax_multi_opsTomas Vondra
2023-03-20doc: Additional information about timeline ID hexadecimal formatPeter Eisentraut
2023-03-20Have the planner account for the Memoize cache key memoryDavid Rowley
2023-03-20Fix memory leak in Memoize cache key evaluationDavid Rowley
2023-03-19Avoid copying undefined data in _readA_Const().Tom Lane
2023-03-18Doc: fix documentation example for bytea hex output format.Tom Lane
2023-03-18Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane
2023-03-18Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-03-17Fix typoPeter Eisentraut
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis