summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-232-9/+57
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-211-0/+1
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-211-1/+2
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-208-10/+37
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-182-1/+22
* Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier2023-03-181-0/+2
* Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane2023-03-171-0/+8
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-171-0/+2
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-171-0/+18
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-172-4/+1
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-161-10/+1
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-155-3/+8
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-151-0/+6
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-151-0/+4
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-142-1/+8
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-141-0/+1
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-132-5/+11
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-131-1/+4
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-131-1/+1
* Add standard collation UNICODEPeter Eisentraut2023-03-101-1/+1
* Include headers of archive/ in installationMichael Paquier2023-03-102-1/+2
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-085-2/+8
* Update commentPeter Eisentraut2023-03-081-2/+1
* Refine query jumbling handling for CallStmtMichael Paquier2023-03-081-2/+6
* Ignore IntoClause.viewQuery in query jumblingMichael Paquier2023-03-081-3/+6
* Make get_extension_schema() availableMichael Paquier2023-03-071-0/+1
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-061-4/+6
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-061-1/+1
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-061-4/+5
* Revise pg_pwrite_zeros()Michael Paquier2023-03-061-1/+1
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-041-1/+1
* Update some incorrect comments about xlog records.Robert Haas2023-03-033-8/+11
* Don't leak descriptors into subprograms.Thomas Munro2023-03-031-0/+7
* Require empty Bitmapsets to be represented as NULL.Tom Lane2023-03-021-5/+5
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-021-0/+1
* Remove bms_first_member().Tom Lane2023-03-021-1/+0
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+1
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-3/+7
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-271-3/+0
* Update types in smgr APIPeter Eisentraut2023-02-272-6/+6
* Change xl_hash_vacuum_one_page.ntuples from int to uint16.Amit Kapila2023-02-272-3/+3
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-251-5/+5
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-231-0/+1
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-231-0/+13
* Introduce a generic pg_dump compression APITomas Vondra2023-02-231-0/+4
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-231-1/+2
* Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytesAndres Freund2023-02-221-0/+4
* Remove newly added asserts from pg_bitutils.hJohn Naylor2023-02-221-99/+51
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-223-1/+13
* Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-201-8/+67