summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Try to stabilize vacuum test.Thomas Munro2022-03-232-6/+6
* Add missing dependency of pg_dumpall to WIN32RES.Andres Freund2022-03-221-1/+1
* Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier2022-03-221-10/+15
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-216-14/+88
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-214-18/+191
* Doc: fix our example systemd script.Tom Lane2022-03-201-4/+4
* doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEWMichael Paquier2022-03-191-0/+1
* Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane2022-03-184-438/+514
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-175-92/+54
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-162-8/+21
* pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier2022-03-161-3/+3
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-164-3/+14
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-1615-67/+142
* Back-patch LLVM 14 API changes.Thomas Munro2022-03-163-6/+47
* doc: Add ALTER/DROP ROUTINE to the event trigger matrixMichael Paquier2022-03-091-0/+16
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-0411-30/+42
* Fix bogus casting in BlockIdGetBlockNumber().Tom Lane2022-03-031-1/+1
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-0310-48/+52
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-03-023-25/+69
* Disallow execution of SPI functions during plperl function compilation.Tom Lane2022-02-251-2/+31
* pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund2022-02-251-8/+5
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-214-0/+204
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-205-38/+2
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-206-35/+5
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-177-2/+88
* Doc: Update documentation for modifying postgres_fdw foreign tables.Etsuro Fujita2022-02-161-3/+4
* Improve subscriber's error message for wrong publication relkind.Tom Lane2022-02-151-4/+17
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-143-69/+123
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-143-1/+36
* Fix thinko in PQisBusy().Tom Lane2022-02-122-4/+8
* Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane2022-02-113-0/+37
* Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane2022-02-101-48/+80
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-103-3/+3
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-091-1/+2
* Fix back-patch of "Avoid race in RelationBuildDesc() ..."Noah Misch2022-02-091-1/+1
* Remove ppport.h's broken re-implementation of eval_pv().Tom Lane2022-02-081-0/+8
* Stamp 12.10.REL_12_10Tom Lane2022-02-075-20/+20
* Translation updatesPeter Eisentraut2022-02-0742-6366/+6558
* Release notes for 14.2, 13.6, 12.10, 11.15, 10.20.Tom Lane2022-02-061-0/+794
* Doc: be clearer that foreign-table partitions need user-added constraints.Tom Lane2022-02-052-10/+29
* Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane2022-02-051-6/+6
* doc: clarify syntax notation, particularly parenthesesBruce Momjian2022-02-022-5/+7
* doc: Fix mistake in PL/Python documentationPeter Eisentraut2022-02-021-1/+1
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-02-013-45/+31
* Revert "plperl: Fix breakage of c89f409749c in back branches."Tom Lane2022-01-311-4/+4
* plperl: update ppport.h to Perl 5.34.0.Tom Lane2022-01-313-3385/+14236
* plperl: Fix breakage of c89f409749c in back branches.Andres Freund2022-01-301-4/+4
* plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund2022-01-301-5/+8
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-273-1/+33
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-262-0/+25