summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21CREATE PUBLICATION ref: Minor tweaks to row filtersAlvaro Herrera
2022-04-21Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane
2022-04-21postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita
2022-04-21vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.Peter Geoghegan
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-20Fix incorrect format placeholdersPeter Eisentraut
2022-04-20set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera
2022-04-20Move ModifyTableContext->lockmode to UpdateContextAlvaro Herrera
2022-04-20ExecModifyTable: use context.planSlot instead of planSlotAlvaro Herrera
2022-04-20Stabilize streaming tests in test_decoding.Amit Kapila
2022-04-20Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2022-04-20Fix breakage in AlterFunction().Tom Lane
2022-04-20Remove duplicated word in comment of basebackup.cMichael Paquier
2022-04-19Fix extract epoch from interval calculationPeter Eisentraut
2022-04-19Fix aggregate logging of pgbench.Tatsuo Ishii
2022-04-19Fix the check to limit sync workers.Amit Kapila
2022-04-19Add missing error handling in pg_md5_hash().Tom Lane
2022-04-18Avoid invalid array reference in transformAlterTableStmt().Tom Lane
2022-04-18Fix second race condition in 002_archiving.pl with archive_cleanup_commandMichael Paquier
2022-04-18Add additional documentation for row filters.Amit Kapila
2022-04-18Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier
2022-04-18Handle compression level in pg_receivewal for LZ4Michael Paquier
2022-04-17Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch
2022-04-16Don't retry restore_command while reading ahead.Thomas Munro
2022-04-16pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund
2022-04-16Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane
2022-04-16Build libpq test programs under MSVCAndrew Dunstan
2022-04-16Fix some trailing whitespace in documentation filesPeter Eisentraut
2022-04-16Use standard timeout, in 010_pg_basebackup.pl.Noah Misch
2022-04-15Fix multi-table VACUUM VERBOSE accounting.Peter Geoghegan
2022-04-15psql: fix \l display for pre-v15 databases.Tom Lane
2022-04-15Tighten ComputeXidHorizons' handling of walsenders.Tom Lane
2022-04-15VACUUM VERBOSE: Show dead items for an empty table.Peter Geoghegan
2022-04-15Adjust VACUUM's removable cutoff log message.Peter Geoghegan
2022-04-15Revert "Temporarily add some probes of tenk1's relallvisible in create_index....Tom Lane
2022-04-15Small cleanups in SQL/JSON codeAndrew Dunstan
2022-04-15pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund
2022-04-14Have CLUSTER ignore partitions not owned by callerAlvaro Herrera
2022-04-14Reword text on ROW SHARE lock as acquired by SELECT FOR <lock>Alvaro Herrera
2022-04-14Temporarily add some probes of tenk1's relallvisible in create_index.sql.Tom Lane
2022-04-14Improve a couple of sql/json error messagesAndrew Dunstan
2022-04-14Fix transformJsonBehaviorAndrew Dunstan
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-04-13Add missing spaces after single-line commentsDavid Rowley
2022-04-13Docs: fix some spelling mistakes and also do some wordsmithingDavid Rowley
2022-04-13Fix case sensitivity in psql's tab completion for GUC names.Tom Lane
2022-04-13Further tweak the default behavior of psql's \dconfig.Tom Lane