summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-04-05doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-04Code review for recent SQL/JSON commitsAlvaro Herrera
2023-04-03Recycle deleted nbtree pages more aggressively.Peter Geoghegan
2023-04-03Move heaprel struct field next to index rel field.Peter Geoghegan
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera
2023-03-31Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Fix outdated comments regarding TupleTableSlotsDavid Rowley
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-29Remove empty function BufmgrCommit().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-28Validate ICU locales.Jeff Davis
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