Commit Graph

51877 Commits (26f5391df63445692c88e4540dcbb558e567044c)
 

Author SHA1 Message Date
Tom Lane 9e3b3ff266 Teach tab-complete.c about recently-added CREATE TYPE options. 4 years ago
Fujii Masao df466d30c6 Remove unnecessary use of Time::HiRes from 013_crash_restart.pl. 4 years ago
Fujii Masao 6bbc5c5e96 Add regression test for recovery pause. 4 years ago
Noah Misch 42344ad0ed Add Windows file version information to libpq_pipeline.exe. 4 years ago
Noah Misch 49527a32ca Fix missing gettimeofday() declaration. 4 years ago
Tom Lane 1103033aed Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. 4 years ago
Amit Kapila eb89cb43a0 pgoutput: Fix memory leak due to RelationSyncEntry.map. 4 years ago
Thomas Munro a40646e30d Fix error handling in replacement pthread_barrier_init(). 4 years ago
Peter Eisentraut 7c544ecdad Fix RADIUS error reporting in hba file parsing 4 years ago
Tom Lane 6ee41a301e Fix mis-planning of repeated application of a projection. 4 years ago
Noah Misch d03eeab886 Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl. 4 years ago
Michael Paquier 12cc956664 Improve some error wording with multirange type parsing 4 years ago
Tom Lane ba356a397d Doc: improve libpq service-file docs, avoid overspecifying pathnames. 4 years ago
Thomas Munro b1d6538903 Fix race condition when sharing tuple descriptors. 4 years ago
Andrew Dunstan d69fcb9cae
fix syntax error 4 years ago
Andrew Dunstan fb424ae85f
Report configured port in MSVC built pg_config 4 years ago
Peter Geoghegan 9afdea9824 Fix VACUUM VERBOSE's LP_DEAD item pages output. 4 years ago
Tom Lane a4390abecf Reduce the range of OIDs reserved for genbki.pl. 4 years ago
Tom Lane e6241d8e03 Rethink definition of pg_attribute.attcompression. 4 years ago
Peter Eisentraut a717e5c771 Fix vpath build in libpq_pipeline test 4 years ago
Peter Eisentraut 6abc8c2596 Add NO_INSTALL option to pgxs 4 years ago
Michael Paquier 0251106634 Fix MSVC scripts when building with GSSAPI/Kerberos 4 years ago
Peter Eisentraut 388e75ad33 Replace run-time error check with assertion 4 years ago
Michael Paquier 2941138e60 doc: Fix description of some GUCs in docs and postgresql.conf.sample 4 years ago
Amit Kapila 6f4bdf8152 Fix assertion during streaming of multi-insert toast changes. 4 years ago
Michael Paquier 190fa5a00a Fix typo in heapam.c 4 years ago
Alvaro Herrera eb43bdbf51
Make detach-partition-concurrently-4 less timing sensitive 4 years ago
Tom Lane e30e3fdea8 Fix use of uninitialized variable in inline_function(). 4 years ago
Alvaro Herrera 5e0b1aeb2d
Make detach-partition-concurrently-3 less timing-sensitive 4 years ago
Peter Eisentraut 8673a37c85 postgresql.conf.sample: Make vertical spacing consistent 4 years ago
Michael Paquier fb0f5f0172 Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER 4 years ago
Amit Kapila 0c6b92d9c6 Doc: Update logical decoding stats information. 4 years ago
Amit Kapila 0734b0e983 Improve docs and error messages for parallel vacuum. 4 years ago
Michael Paquier 01e6f1a842 Disallow SSL renegotiation 4 years ago
David Rowley cba5c70b95 Fix setrefs.c code for Result Cache nodes 4 years ago
Peter Geoghegan c242baa4a8 Consider triggering VACUUM failsafe during scan. 4 years ago
Tom Lane 713a431c78 Doc: move some catalogs.sgml entries to the right place. 4 years ago
David Rowley 99c5852e20 Add missing NULL check when building Result Cache paths 4 years ago
Tom Lane f5024d8d7b Re-order pg_attribute columns to eliminate some padding space. 4 years ago
Tom Lane bc2a389efb Be more verbose when the postmaster unexpectedly quits. 4 years ago
Bruce Momjian 8f73ed6b65 doc: word-wrap and indent PG 14 relnotes 4 years ago
Tom Lane b39630fd41 Fix access to no-longer-open relcache entry in logical-rep worker. 4 years ago
Bruce Momjian 7ce7d07e1c doc: PG 14 relnotes, adjust pg_{read|write}_all_data entry 4 years ago
Bruce Momjian 8dcae7f0a3 Update PG 14 relnotes for vacuum_cost_page_miss 4 years ago
Tom Lane 30168be8f7 Remove plpgsql's special-case code paths for SET/RESET. 4 years ago
David Rowley 9e215378d7 Fix planner's use of Result Cache with unique joins 4 years ago
Bruce Momjian 0cdaa05b40 doc: complete adding XML markup to PG 14 relnotes 4 years ago
Bruce Momjian 55370f8db9 doc: more XML markup for PG 14 release notes 4 years ago
Tom Lane 4b10074453 Disallow whole-row variables in GENERATED expressions. 4 years ago
Tom Lane 2b0ee126bb Fix usage of "tableoid" in GENERATED expressions. 4 years ago