postgresql.git
2023-03-30 Tom LaneAvoid overflow in width_bucket_float8().
2023-03-30 Daniel GustafssonFix pointer cast for seed calculation on 32-bit systems
2023-03-30 Peter EisentrautFix incorrect format placeholders
2023-03-30 Amit KapilaRefactor pgoutput_change().
2023-03-30 David RowleyFix outdated comments regarding TupleTableSlots
2023-03-29 Daniel GustafssonSupport connection load balancing in libpq
2023-03-29 Daniel GustafssonCopy and store addrinfo in libpq-owned private memory
2023-03-29 Tom LaneFix dereference of dangling pointer in GiST index buffe...
2023-03-29 Tom LaneAdd missing .gitignore entries.
2023-03-29 Tom LaneRemove empty function BufmgrCommit().
2023-03-29 Alvaro HerreraSQL/JSON: add standard JSON constructor functions
2023-03-29 Peter EisentrautFix some section numbers in information_schema.sql
2023-03-29 Peter Eisentrautmeson: Change default buildtype to debugoptimized
2023-03-29 Peter EisentrautMove definition of standard collations from initdb...
2023-03-29 Peter EisentrautSimplify useless 0L constants
2023-03-29 Amit KapilaAvoid syncing data twice for the 'publish_via_partition...
2023-03-29 Amit KapilaAdd XML ID attributes to create_subscription.sgml.
2023-03-29 Tomas Vondrapg_dump: Fix gzip compression of empty data
2023-03-28 Jeff DavisValidate ICU locales.
2023-03-28 Robert Haasamcheck: In verify_heapam, allows tuples with xmin 0.
2023-03-28 Peter GeogheganFix recent pg_walinspect fpi_length bug.
2023-03-28 Tom LaneFix corner-case planner failure for MERGE.
2023-03-28 Jeff Davisinitdb: emit message when using default ICU locale.
2023-03-28 Jeff Davisinitdb: replace check_icu_locale() with default_icu_loc...
2023-03-28 Jeff DavisFix error inconsistency in older ICU versions.
2023-03-28 Peter EisentrautSave a few bytes in pg_attribute
2023-03-27 Peter Geogheganpg_walinspect: Adjust memory context name.
2023-03-27 Michael PaquierGenerate a few more functions of pgstatfuncs.c with...
2023-03-27 Tom LaneReject attempts to alter composite types used in indexes.
2023-03-27 Robert Haasamcheck: Generalize one of the recently-added update...
2023-03-27 Robert Haasamcheck: Tighten up validation of redirect line pointers.
2023-03-27 Daniel Gustafssondoc: fix Apple Silicon Homebrew prefix change documentation
2023-03-27 Daniel Gustafssondoc: Fix XML_CATALOG_FILES env var for Apple M1 machines
2023-03-27 Daniel GustafssonMake SCRAM iteration count configurable
2023-03-27 Peter Eisentrautmeson: Fix support for empty darwin sysroot
2023-03-27 Michael PaquierImprove a few things in pg_walinspect
2023-03-27 Michael PaquierGenerate pg_stat_get_xact*() functions for relations...
2023-03-26 Tom LaneDoc: clarify introduction to database roles.
2023-03-26 Tom LaneFix oversights in array manipulation.
2023-03-25 Daniel GustafssonAdd SysCacheGetAttrNotNull for guaranteed not-null...
2023-03-25 Noah MischComment on expectations for AutoVacuumWorkItem handlers.
2023-03-25 Tom LaneFix CREATE INDEX progress reporting for multi-level...
2023-03-25 Jeff DavisFix abbreviated keys bug introduced in d87d548cd03.
2023-03-25 Tom LaneDoc: fix another "contents...exceed the available area...
2023-03-24 Tom LaneDoc: fix examples for pg_input_error_info().
2023-03-24 Andres Freunddocs: Explain how to silence overly verbose messages...
2023-03-24 Tom LaneInvent GENERIC_PLAN option for EXPLAIN.
2023-03-24 Andres Freundmeson: Fix oversight in install-quiet
2023-03-24 Jeff DavisAvoid potential UCollator leak for older ICU versions.
2023-03-24 Jeff Davispg_locale.c: change ereport() to elog().
2023-03-24 Robert Haasamcheck: Fix verify_heapam for tuples where xmin or...
2023-03-24 Daniel GustafssonFix typo in header comment
2023-03-24 Peter EisentrautFix incorrect format placeholders
2023-03-24 Andres Freundmeson: docs: add texinfo target
2023-03-24 Michael Paquierlibpq: Add sslcertmode option to control client certifi...
2023-03-24 Andres Freundmeson: add install-{quiet, world} targets
2023-03-24 Andres Freundmeson: add install-{docs,doc-html,doc-man} targets
2023-03-24 Andres Freundmeson: make install_test_files more generic, rename...
2023-03-24 Etsuro FujitaDoc: Improve description of the "batch_size" option...
2023-03-24 Michael PaquierRewrite error message related to sslmode in libpq
2023-03-23 Michael PaquierRename fields in pgstat structures for functions and...
2023-03-23 Tom LaneImplement find_my_exec()'s path normalization using...
2023-03-23 Daniel Gustafssondoc: fix another case of missing productname markup
2023-03-23 Peter GeogheganCount updates that move row to a new page.
2023-03-23 Jeff DavisHandle the "und" locale in ICU versions 54 and older.
2023-03-23 Robert Haasamcheck: Fix a few bugs in new update chain validation.
2023-03-23 Tom LaneAdd missing "-I." flag when building pg_bsd_indent.
2023-03-23 Tomas VondraMinor comment improvements for compress_lz4
2023-03-23 Tomas VondraUnify buffer sizes in pg_dump compression API
2023-03-23 Tomas VondraImprove type handling in pg_dump's compress file API
2023-03-23 Jeff DavisWrap ICU ucol_open().
2023-03-23 Amit KapilaIgnore generated columns during apply of update/delete.
2023-03-23 Amit KapilaAllow logical replication to copy tables in binary...
2023-03-23 Michael PaquierImprove a bit the tests of pg_walinspect
2023-03-23 Thomas MunroImprove the naming of Parallel Hash Join phases.
2023-03-22 Alexander KorotkovAllow locking updated tuples in tuple_update() and...
2023-03-22 Alexander KorotkovEvade extra table_tuple_fetch_row_version() in ExecUpda...
2023-03-22 Tom LaneFix new test case to work on (some?) big-endian archite...
2023-03-22 Tom LaneFix initdb's handling of min_wal_size and max_wal_size.
2023-03-22 Tom LaneReduce memory leakage in initdb.
2023-03-22 Tom LaneAdd "-c name=value" switch to initdb.
2023-03-22 Andres FreundFix memory leak and inefficiency in CREATE DATABASE...
2023-03-22 Robert HaasTeach verify_heapam() to validate update chains within...
2023-03-22 Michael Paquierdoc: Add description of some missing monitoring functions
2023-03-21 Michael PaquierFix a couple of typos
2023-03-21 Jeff DavisSupport language tags in older ICU versions (53 and...
2023-03-21 Michael PaquierFix make maintainer-clean with queryjumblefuncs.*.c...
2023-03-21 David RowleyFix incorrect comment in preptlist.c
2023-03-21 David RowleyCorrect Memoize's estimated cache hit ratio calculation
2023-03-21 Tom LaneAdd SHELL_ERROR and SHELL_EXIT_CODE magic variables...
2023-03-21 Daniel Gustafssondocs: use consistent markup for PostgreSQL
2023-03-21 Daniel GustafssonAvoid using atooid for numerical comparisons which...
2023-03-21 Peter Eisentrautpg_waldump: Allow hexadecimal values for -t/--timeline...
2023-03-21 Amit KapilaIgnore dropped columns during apply of update/delete.
2023-03-21 Thomas MunroFix race in parallel hash join batch cleanup, take II.
2023-03-21 Andres FreundStabilize pg_stat_io writes test
2023-03-21 Andres Freundmeson: rename html_help target to htmlhelp
2023-03-20 Tom LaneAdd @extschema:name@ and no_relocate options to extensions.
2023-03-20 Alvaro Herreradoc/PDF: Add page breaks for <sect1> in contrib appendix
2023-03-20 Tomas VondraIgnore BRIN indexes when checking for HOT updates
next