summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add writeback to pg_stat_ioAndres Freund2023-05-174-7/+9
* Update parameter name context to wb_contextAndres Freund2023-05-171-2/+2
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-174-11/+5
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-173-7/+16
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-176-27/+60
* Fix wal_writer_flush_after initializer value.Thomas Munro2023-05-151-0/+2
* initdb: Set collversion for standard collation UNICODEPeter Eisentraut2023-05-121-1/+1
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-101-0/+1
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-091-1/+1
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-046-24/+11
* Fix assertion failure in apply worker.Amit Kapila2023-05-031-0/+2
* Fix typos in commentsMichael Paquier2023-05-025-8/+8
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-281-1/+2
* Remove bogus #include added by d4e71df6d75.Thomas Munro2023-04-261-1/+0
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-241-1/+0
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-241-3/+3
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-212-2/+2
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-201-1/+0
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-191-0/+2
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-192-2/+2
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-181-3/+2
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-184-4/+4
* Fix various typosDavid Rowley2023-04-185-7/+7
* Fix incorrect comment about nbtree WAL record.Peter Geoghegan2023-04-171-5/+9
* Further cleanup of autoconf output files for GSSAPI changes.Tom Lane2023-04-171-0/+6
* Harmonize some more function parameter names.Peter Geoghegan2023-04-133-4/+4
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-135-3/+10
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-125-26/+10
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-121-3/+9
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-111-0/+44
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-111-3/+3
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-101-2/+1
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-085-10/+3
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-084-10/+7
* Update tsearch regex memory management.Thomas Munro2023-04-081-12/+6
* Use MemoryContext API for regex memory management.Thomas Munro2023-04-081-3/+3
* Allow logical decoding on standbysAndres Freund2023-04-083-1/+5
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-082-11/+14
* Handle logical slot conflicts on standbyAndres Freund2023-04-085-2/+11
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-073-5/+12
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-071-2/+13
* Add io_direct setting (developer-only).Thomas Munro2023-04-083-0/+10
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-083-10/+35
* Add support for Kerberos credential delegationStephen Frost2023-04-075-3/+10
* Track IO times in pg_stat_ioAndres Freund2023-04-072-4/+9
* Show more detail in nbtree rmgr descriptions.Peter Geoghegan2023-04-071-0/+1
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-071-0/+22
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-075-10/+26
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-072-1/+7
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-071-0/+11