summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-13Improve support for UNICODE collation on older ICUPeter Eisentraut
2023-03-10Add standard collation UNICODEPeter Eisentraut
2023-03-10Include headers of archive/ in installationMichael Paquier
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Update commentPeter Eisentraut
2023-03-08Refine query jumbling handling for CallStmtMichael Paquier
2023-03-08Ignore IntoClause.viewQuery in query jumblingMichael Paquier
2023-03-07Make get_extension_schema() availableMichael Paquier
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-03-03Update some incorrect comments about xlog records.Robert Haas
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-03-02Require empty Bitmapsets to be represented as NULL.Tom Lane
2023-03-02Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane
2023-03-02Remove bms_first_member().Tom Lane
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-27Suppress compiler warnings in new pgstats code.Tom Lane
2023-02-27Update types in smgr APIPeter Eisentraut
2023-02-27Change xl_hash_vacuum_one_page.ntuples from int to uint16.Amit Kapila
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-02-23Refactor to introduce pg_locale_deterministic().Jeff Davis
2023-02-23Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis
2023-02-23Introduce a generic pg_dump compression APITomas Vondra
2023-02-23Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane
2023-02-22Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytesAndres Freund
2023-02-22Remove newly added asserts from pg_bitutils.hJohn Naylor
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-20Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor
2023-02-20Add assert checking to pg_leftmost_one_pos32() and friendsJohn Naylor
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-17Redesign archive modulesMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-14Change argument type of pq_sendbytes from char * to void *Peter Eisentraut
2023-02-13When removing a relation from the query, drop its RelOptInfo.Tom Lane
2023-02-13Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut
2023-02-13Mark more nodes with attribute no_query_jumbleMichael Paquier
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-10Fix typo in parsenodes.hMichael Paquier