summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-05-17Fix some issues with improper placement of outer join clauses.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-14Fix wal_writer_flush_after initializer value.Thomas Munro
2023-05-12initdb: Set collversion for standard collation UNICODEPeter Eisentraut
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-05-03Fix assertion failure in apply worker.Amit Kapila
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-25Remove bogus #include added by d4e71df6d75.Thomas Munro
2023-04-24Remove vacuum_defer_cleanup_ageAndres Freund
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Remove useless argument from nbtree dedup function.Peter Geoghegan
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-17Fix incorrect comment about nbtree WAL record.Peter Geoghegan
2023-04-17Further cleanup of autoconf output files for GSSAPI changes.Tom Lane
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-04-11Refine the guidelines for rmgrdesc authors.Peter Geoghegan
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-10Fix nbtree posting list update desc output.Peter Geoghegan
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Update tsearch regex memory management.Thomas Munro
2023-04-08Use MemoryContext API for regex memory management.Thomas Munro
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Replace replication slot's invalidated_at LSN with an enumAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Show more detail in nbtree rmgr descriptions.Peter Geoghegan
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Add more protections in WAL record APIs against overflowsMichael Paquier
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley