summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-03-28Save a few bytes in pg_attributePeter Eisentraut
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-23Rename fields in pgstat structures for functions and relationsMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
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-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-18Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane
2023-03-18Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
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