aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-13
* Add standard collation UNICODEPeter Eisentraut2023-03-10
* Include headers of archive/ in installationMichael Paquier2023-03-10
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Update commentPeter Eisentraut2023-03-08
* Refine query jumbling handling for CallStmtMichael Paquier2023-03-08
* Ignore IntoClause.viewQuery in query jumblingMichael Paquier2023-03-08
* Make get_extension_schema() availableMichael Paquier2023-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
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Revise pg_pwrite_zeros()Michael Paquier2023-03-06
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* Update some incorrect comments about xlog records.Robert Haas2023-03-03
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* 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
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* 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
* Change xl_hash_vacuum_one_page.ntuples from int to uint16.Amit Kapila2023-02-27
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-23
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-23
* Introduce a generic pg_dump compression APITomas Vondra2023-02-23
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-23
* Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytesAndres Freund2023-02-22
* Remove newly added asserts from pg_bitutils.hJohn Naylor2023-02-22
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-22
* Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Add assert checking to pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-20
* Redesign archive modulesMichael Paquier2023-02-17
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-17
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-14
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-13
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-13
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-13
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-11
* Fix typo in parsenodes.hMichael Paquier2023-02-10
* pgstat: Track more detailed relation IO statisticsAndres Freund2023-02-09
* Fix various typos in code and testsMichael Paquier2023-02-09
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Remove stray duplicated comment in heapam.hDavid Rowley2023-02-08
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08