summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-203-62/+0
* Fix list_copy_head() with empty ListsDavid Rowley2023-04-201-3/+3
* Use nbtdesc "level" field name consistently.Peter Geoghegan2023-04-191-1/+1
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-192-6/+6
* Remove some tabs in SQL code in C string literalsPeter Eisentraut2023-04-191-3/+3
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-1916-23/+23
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-182-4/+4
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-181-47/+63
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-184-4/+4
* Fix various typosDavid Rowley2023-04-1813-17/+17
* Comment fix for 60684dd834.Jeff Davis2023-04-171-2/+2
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-171-0/+4
* doc: Add additional SQL features codes from SQL:2023Peter Eisentraut2023-04-171-0/+2
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-162-5/+20
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-151-2/+8
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-155-74/+170
* Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add testsAndres Freund2023-04-141-11/+17
* NULL is not an ideal way to spell bool "false".Tom Lane2023-04-141-1/+1
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-141-19/+35
* Fix PHJ match bit initialization.Thomas Munro2023-04-141-0/+1
* Remove code in charge of freeing regexps generation by Lab.cMichael Paquier2023-04-141-67/+5
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-141-1/+0
* Harmonize some more function parameter names.Peter Geoghegan2023-04-134-9/+9
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-132-4/+6
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-1310-14/+123
* Remove overzealous assertion from PHJ.Thomas Munro2023-04-131-1/+0
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-123-3/+3
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-129-1677/+484
* Fix parallel-safety marking when moving initplans to another node.Tom Lane2023-04-124-10/+22
* Fix incorrect format placeholdersPeter Eisentraut2023-04-123-4/+4
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-111-20/+0
* Fix Heap rmgr's desc output for infobits arrays.Peter Geoghegan2023-04-111-49/+71
* Fix xl_heap_lock WAL record field's data type.Peter Geoghegan2023-04-112-5/+5
* Fix uninitialized variable in transformTableLikeClause()David Rowley2023-04-111-1/+1
* Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-111-25/+8
* Clarify nbtree posting list update desc issue.Peter Geoghegan2023-04-101-0/+5
* Fix nbtree posting list update desc output.Peter Geoghegan2023-04-103-79/+69
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-0810-123/+14
* Redesign interrupt/cancel API for regex engine.Thomas Munro2023-04-088-84/+11
* Update tsearch regex memory management.Thomas Munro2023-04-081-27/+7
* Use MemoryContext API for regex memory management.Thomas Munro2023-04-082-17/+42
* Allow logical decoding on standbysAndres Freund2023-04-087-60/+155
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-085-18/+70
* Handle logical slot conflicts on standbyAndres Freund2023-04-0813-3/+71
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-075-30/+151
* Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund2023-04-073-20/+16
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-072-9/+27
* Add io_direct setting (developer-only).Thomas Munro2023-04-088-34/+163
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-0816-26/+63
* Add support for Kerberos credential delegationStephen Frost2023-04-0710-14/+123