aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane2023-03-09
* Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut2023-03-09
* Fix race in SERIALIZABLE READ ONLY.Thomas Munro2023-03-09
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Clean up commentsPeter Eisentraut2023-03-08
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Improve readability of code PROCESS_MAIN in vacuum_rel()Michael Paquier2023-03-08
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Add support for unit "B" to pg_size_bytes()Peter Eisentraut2023-03-07
* Make get_extension_schema() availableMichael Paquier2023-03-07
* Fix incorrect comment in pg_get_partkeydef()David Rowley2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Reword overly-optimistic comment about backup checksum verification.Robert Haas2023-03-06
* Remove an old comment that doesn't seem especially useful.Robert Haas2023-03-06
* In basebackup.c, perform end-of-file test after checksum validation.Robert Haas2023-03-06
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Deduplicate handling of binary and text modes in logicalrep_read_tuple().Amit Kapila2023-03-06
* Revise pg_pwrite_zeros()Michael Paquier2023-03-06
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* SQL JSON path enhanced numeric literalsPeter Eisentraut2023-03-05
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-03
* Fix incorrect format placeholdersPeter Eisentraut2023-03-03
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-02
* Require empty Bitmapsets to be represented as NULL.Tom Lane2023-03-02
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-02
* Remove bms_first_member().Tom Lane2023-03-02
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-02
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* Make some xlogreader messages more accuratePeter Eisentraut2023-03-02
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Suppress more compiler warnings in new pgstats code.Tom Lane2023-02-28
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-28
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-27
* Update types in smgr APIPeter Eisentraut2023-02-27
* Silence more compiler warnings introduced by d87d548cd0.Tom Lane2023-02-26
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Silence compiler warnings introduced by d87d548cd0.Jeff Davis2023-02-24
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-24
* Fix incorrect format placeholdersPeter Eisentraut2023-02-24
* Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane2023-02-23
* Remove unnecessary #ifdef USE_ICU and branch.Jeff Davis2023-02-23
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-23
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-23
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-23
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix some issues with wrong placement of pseudo-constant quals.Tom Lane2023-02-22