aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-04
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-04
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-03
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-03
* Revert 11470f544eAlexander Korotkov2023-04-03
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-02
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera2023-03-31
* Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund2023-03-30
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30
* Parallel Hash Full Join.Thomas Munro2023-03-31
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-30
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-30
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Fix outdated comments regarding TupleTableSlotsDavid Rowley2023-03-30
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-29
* Remove empty function BufmgrCommit().Tom Lane2023-03-29
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut2023-03-29
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-29
* Validate ICU locales.Jeff Davis2023-03-28
* Save a few bytes in pg_attributePeter Eisentraut2023-03-28
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-24
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-24
* Count updates that move row to a new page.Peter Geoghegan2023-03-23
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-23
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-23
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-21
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-21
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-18
* Add files related to query jumbling in src/include/nodes/ for mesonMichael Paquier2023-03-18
* Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane2023-03-17
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-17
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-16
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-14
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-14
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13