Commit Graph

53634 Commits (21e184403bf92c52191d1f03dd6566a3d54dc907)
 

Author SHA1 Message Date
Andres Freund 21e184403b Add tests for recovery deadlock conflicts. 4 years ago
Michael Paquier 7307988abd basebackup_to_shell: Add missing MarkGUCPrefixReserved() 4 years ago
Etsuro Fujita d89f97e83e Fix typo in comment. 4 years ago
Jeff Davis ed57cac84d pg_walinspect: fix case where flush LSN is in the middle of a record. 4 years ago
Tom Lane ccd10a9bfa Tighten enforcement of variable CONSTANT markings in plpgsql. 4 years ago
Andrew Dunstan a79153b7a2 Claim SQL standard compliance for SQL/JSON features 4 years ago
Andrew Dunstan 9c3d25e178 Fix JSON_OBJECTAGG uniquefying bug 4 years ago
Etsuro Fujita 5c854e7a2c Disable asynchronous execution if using gating Result nodes. 4 years ago
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl() 4 years ago
John Naylor e84f82ab5c Fix SQL syntax in comment in logical/worker.c 4 years ago
Michael Paquier 2c902bbf19 Remove durable_rename_excl() 4 years ago
Michael Paquier ccfbd9287d Replace existing durable_rename_excl() calls with durable_rename() 4 years ago
Peter Eisentraut 755df30e48 Fix incorrect format placeholders 4 years ago
Peter Eisentraut 9ddf251f94 Handle NULL fields in WRITE_INDEX_ARRAY 4 years ago
Michael Paquier 06cafd6f57 Fix typo in pg_walinspect.c 4 years ago
Michael Paquier 21a10368eb Add some isolation tests for CLUSTER 4 years ago
Andrew Dunstan b787c554c2 Inhibit mingw CRT's auto-globbing of command line arguments 4 years ago
Alvaro Herrera dec8ad367e
Drop unlogged table after test is done 4 years ago
Alvaro Herrera 4fb5c794e5
Cover brin/gin/gist/spgist ambuildempty routines in regression tests 4 years ago
Alvaro Herrera 0bd56172b2
Always pfree strings returned by GetDatabasePath 4 years ago
Tom Lane f819020d40 Fix incautious CTE matching in rewriteSearchAndCycle(). 4 years ago
Noah Misch c1da0acbb0 Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8. 4 years ago
Robert Haas a66e722cc1 Remove some recently-added pg_dump test cases. 4 years ago
Peter Eisentraut 826be1ffb2 doc: Add links to tables 4 years ago
David Rowley 99c754129d Fix performance regression in tuplesort specializations 4 years ago
Tom Lane 92e7a53752 Remove inadequate assertion check in CTE inlining. 4 years ago
Tom Lane 914611ea73 Fix missed cases in libpq's error handling. 4 years ago
Tom Lane 2cb1272445 Rethink method for assigning OIDs to the template0 and postgres DBs. 4 years ago
Alvaro Herrera 586955ddde
Standardize references to Zstandard as <productname> 4 years ago
Alvaro Herrera bb85eec6fe
CREATE PUBLICATION ref: Minor tweaks to row filters 4 years ago
Tom Lane 40eba064b2 Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table declarations. 4 years ago
Etsuro Fujita 4eea2202be postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. 4 years ago
Peter Geoghegan ba6af6aa0b vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs. 4 years ago
Peter Geoghegan 8ab0ebb9a8 Fix CLUSTER tuplesorts on abbreviated expressions. 4 years ago
Tom Lane eafdf9de06 Disallow infinite endpoints in generate_series() for timestamps. 4 years ago
Robert Haas d2d3547979 Allow db.schema.table patterns, but complain about random garbage. 4 years ago
Tom Lane 836af9756b Remove trailing whitespace from *.sgml files. 4 years ago
Peter Eisentraut 6c0f9f60f1 Fix incorrect format placeholders 4 years ago
Alvaro Herrera e70813fbc4
set_deparse_plan: Reuse variable to appease Coverity 4 years ago
Alvaro Herrera a87e759569
Move ModifyTableContext->lockmode to UpdateContext 4 years ago
Alvaro Herrera 3dcc6bf406
ExecModifyTable: use context.planSlot instead of planSlot 4 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 4 years ago
David Rowley 7bdd489d3d Doc: use "an SQL" consistently rather than "a SQL" 4 years ago
Tom Lane 344a225cb9 Fix breakage in AlterFunction(). 4 years ago
Michael Paquier 83cca409ed Remove duplicated word in comment of basebackup.c 4 years ago
Peter Eisentraut f2a2bf66c8 Fix extract epoch from interval calculation 4 years ago
Tatsuo Ishii a62bff74b1 Fix aggregate logging of pgbench. 4 years ago
Amit Kapila dd4ab6fd65 Fix the check to limit sync workers. 4 years ago
Tom Lane 587de223f0 Add missing error handling in pg_md5_hash(). 4 years ago
Tom Lane 36d4efe779 Avoid invalid array reference in transformAlterTableStmt(). 4 years ago