summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Re-add tracking of wait event SLRUFlushSyncMichael Paquier2023-04-261-0/+2
* Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson2023-04-251-1/+1
* Reduce the log level in 035_standby_logical_decoding.pl.Amit Kapila2023-04-251-2/+0
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-251-2/+8
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-246-113/+9
* Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane2023-04-242-30/+65
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-246-28/+51
* doc: Update SQL features namesPeter Eisentraut2023-04-241-20/+20
* Remove duplicate lines of codeDaniel Gustafsson2023-04-242-2/+0
* Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada2023-04-241-1/+1
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-243-73/+84
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-231-2/+3
* Doc: update pgindent/README some more.Tom Lane2023-04-221-2/+2
* Fix initdb --no-locale.Jeff Davis2023-04-211-0/+1
* Avoid character classification in regex escape parsing.Jeff Davis2023-04-211-3/+10
* Reorder connection markers in loadbalance testsDaniel Gustafsson2023-04-212-12/+12
* Make libpq error messages consistent for translationDaniel Gustafsson2023-04-212-3/+3
* Remove unused global variableDavid Rowley2023-04-211-3/+0
* Fix incorrect function name referenceDavid Rowley2023-04-211-1/+1
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-217-45/+45
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-201-1/+1
* Fix autovacuum cost debug loggingDaniel Gustafsson2023-04-201-10/+5
* Restart the apply worker if the 'password_required' option is changed.Amit Kapila2023-04-201-0/+1
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-204-63/+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-193-6/+8
* Add missed case for tab completion of GRANT/REVOKE MAINTAIN.Tom Lane2023-04-191-1/+1
* Fix errormessage for missing system CA in OpenSSL 3.1Daniel Gustafsson2023-04-192-4/+24
* 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-1926-33/+33
* Update time zone data files to tzdata release 2023c.Tom Lane2023-04-182-29/+106
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-183-7/+6
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-181-0/+2
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-184-66/+159
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-185-127/+310
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-1817-19/+19
* Fix various typosDavid Rowley2023-04-1830-41/+41
* Comment fix for 60684dd834.Jeff Davis2023-04-171-2/+2
* Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane2023-04-171-0/+2
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-171-0/+4
* 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
* doc: Add additional SQL features codes from SQL:2023Peter Eisentraut2023-04-171-0/+2
* Put new command-line option into sensible order in help outputPeter Eisentraut2023-04-171-2/+1
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-164-5/+96
* Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley2023-04-161-1/+1
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-153-2/+21
* 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-143-11/+154