aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add tests for recovery deadlock conflicts.Andres Freund2022-05-02
* Fix typo in comment.Etsuro Fujita2022-05-02
* pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis2022-04-30
* Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane2022-04-30
* Claim SQL standard compliance for SQL/JSON featuresAndrew Dunstan2022-04-29
* Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan2022-04-28
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-28
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Fix SQL syntax in comment in logical/worker.cJohn Naylor2022-04-28
* Remove durable_rename_excl()Michael Paquier2022-04-28
* Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier2022-04-28
* Fix incorrect format placeholdersPeter Eisentraut2022-04-27
* Handle NULL fields in WRITE_INDEX_ARRAYPeter Eisentraut2022-04-27
* Add some isolation tests for CLUSTERMichael Paquier2022-04-26
* Inhibit mingw CRT's auto-globbing of command line argumentsAndrew Dunstan2022-04-25
* Drop unlogged table after test is doneAlvaro Herrera2022-04-25
* Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera2022-04-25
* Always pfree strings returned by GetDatabasePathAlvaro Herrera2022-04-25
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-23
* Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch2022-04-22
* Remove some recently-added pg_dump test cases.Robert Haas2022-04-22
* Fix performance regression in tuplesort specializationsDavid Rowley2022-04-22
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Fix missed cases in libpq's error handling.Tom Lane2022-04-21
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-21
* Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations.Tom Lane2022-04-21
* vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.Peter Geoghegan2022-04-20
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-20
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* Fix incorrect format placeholdersPeter Eisentraut2022-04-20
* set_deparse_plan: Reuse variable to appease CoverityAlvaro Herrera2022-04-20
* Move ModifyTableContext->lockmode to UpdateContextAlvaro Herrera2022-04-20
* ExecModifyTable: use context.planSlot instead of planSlotAlvaro Herrera2022-04-20
* Fix breakage in AlterFunction().Tom Lane2022-04-19
* Remove duplicated word in comment of basebackup.cMichael Paquier2022-04-20
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-19
* Fix aggregate logging of pgbench.Tatsuo Ishii2022-04-19
* Fix the check to limit sync workers.Amit Kapila2022-04-19
* Add missing error handling in pg_md5_hash().Tom Lane2022-04-18
* Avoid invalid array reference in transformAlterTableStmt().Tom Lane2022-04-18
* Fix second race condition in 002_archiving.pl with archive_cleanup_commandMichael Paquier2022-04-18
* Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier2022-04-18
* Handle compression level in pg_receivewal for LZ4Michael Paquier2022-04-18
* Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch2022-04-16
* Don't retry restore_command while reading ahead.Thomas Munro2022-04-17
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-16
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-16
* Build libpq test programs under MSVCAndrew Dunstan2022-04-16
* Use standard timeout, in 010_pg_basebackup.pl.Noah Misch2022-04-15