summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-28initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis
2023-03-28Fix error inconsistency in older ICU versions.Jeff Davis
2023-03-28Save a few bytes in pg_attributePeter Eisentraut
2023-03-27Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-27amcheck: Generalize one of the recently-added update chain checks.Robert Haas
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-27Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier
2023-03-26Fix oversights in array manipulation.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-25Comment on expectations for AutoVacuumWorkItem handlers.Noah Misch
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-25Fix abbreviated keys bug introduced in d87d548cd03.Jeff Davis
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24Avoid potential UCollator leak for older ICU versions.Jeff Davis
2023-03-24pg_locale.c: change ereport() to elog().Jeff Davis
2023-03-24Fix typo in header commentDaniel Gustafsson
2023-03-24Fix incorrect format placeholdersPeter Eisentraut
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-24meson: make install_test_files more generic, rename to install_filesAndres Freund
2023-03-24Rewrite error message related to sslmode in libpqMichael Paquier
2023-03-23Rename fields in pgstat structures for functions and relationsMichael Paquier
2023-03-23Implement find_my_exec()'s path normalization using realpath(3).Tom Lane
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-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 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-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-21Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut