Commit Graph

48802 Commits (9950c8aadf0edd31baec74a729d47d94af636c06)
 

Author SHA1 Message Date
Tom Lane 9950c8aadf Fix lquery's behavior for consecutive '*' items. 6 years ago
Tom Lane 95f7ddfdad Protect against overflow of ltree.numlevel and lquery.numlevel. 6 years ago
Andres Freund 42750b08d9 Ensure snapshot is registered within ScanPgRelation(). 6 years ago
Jeff Davis 7351bfeda3 Fix costing for disk-based hash aggregation. 6 years ago
Dean Rasheed 4083f445c0 Improve the performance and accuracy of numeric sqrt() and ln(). 6 years ago
Peter Eisentraut 8f3ec75de4 Enable Unix-domain sockets support on Windows 6 years ago
Dean Rasheed 87779aa474 Prevent functional dependency estimates from exceeding column estimates. 6 years ago
Peter Eisentraut 145cb16d3b Cleanup in SQL features files 6 years ago
David Rowley b07642dbcd Trigger autovacuum based on number of INSERTs 6 years ago
Peter Geoghegan 9945ad6e90 Justify nbtree page split locking in code comment. 6 years ago
Alvaro Herrera 1e6148032e
Allow walreceiver configuration to change on reload 6 years ago
Alvaro Herrera 092c6936de
Set wal_receiver_create_temp_slot PGC_POSTMASTER 6 years ago
Tom Lane fbc7a71608 Rearrange validity checks for plpgsql "simple" expressions. 6 years ago
Peter Eisentraut 8d1b9648c5 Update SQL features 6 years ago
Tom Lane 8f59f6b9c0 Improve performance of "simple expressions" in PL/pgSQL. 6 years ago
Tom Lane 86e5badd22 Ensure that plpgsql cleans up cleanly during parallel-worker exit. 6 years ago
Magnus Hagander eff5b245df Document that pg_checksums exists in checksums README 6 years ago
Peter Eisentraut 49bf81536e Drop slot's LWLock before returning from SaveSlotToPath() 6 years ago
Tom Lane 958aa438aa Further fixes for ssl_passphrase_callback test module. 6 years ago
Andrew Dunstan e984fb341f Don't listen to localhost in ssl_passphrase_callback test 6 years ago
Tom Lane 13c98bdfc4 Fix assorted portability issues in commit 896fcdb23. 6 years ago
Andrew Dunstan 896fcdb230 Provide a TLS init hook 6 years ago
Alvaro Herrera ffd398021c
pg_dump new test: Change order of arguments 6 years ago
Alvaro Herrera 2f9eb31320
pg_dump: Allow dumping data of specific foreign servers 6 years ago
Tom Lane bda6dedbea Go back to returning int from ereport auxiliary functions. 6 years ago
Peter Eisentraut f5817595a7 Define EXEC_BACKEND in pg_config_manual.h 6 years ago
Peter Eisentraut e8b1774fc2 Update SQL features 6 years ago
Thomas Munro 352f6f2df6 Add collation versions for Windows. 6 years ago
Thomas Munro 382a821907 Allow NULL version for individual collations. 6 years ago
Jeff Davis dd8e19132a Consider disk-based hash aggregation to implement DISTINCT. 6 years ago
Jeff Davis 3649133b14 Avoid allocating unnecessary zero-sized array. 6 years ago
Peter Geoghegan b150a76793 Fix nbtree deduplication README commentary. 6 years ago
Andres Freund 112b006fe7 logical decoding: Remove TODO about unnecessary optimization. 6 years ago
Peter Eisentraut f15ace7935 Fix compiler warning on Cygwin 6 years ago
Tom Lane 17a28b0364 Improve the internal implementation of ereport(). 6 years ago
Tom Lane e3a87b4991 Re-implement the ereport() macro using __VA_ARGS__. 6 years ago
Peter Eisentraut cef27ae01a Fix compiler warning 6 years ago
Tom Lane ab3e4fbd54 Doc: fix broken markup. 6 years ago
Peter Eisentraut 97ee604d9b Some refactoring of logical/worker.c 6 years ago
Peter Eisentraut d40d564c5a Add support for other normal forms to Unicode normalization API 6 years ago
Andres Freund cedffbdb8b Report wait event for cost-based vacuum delay. 6 years ago
Fujii Masao 496ee647ec Prefer standby promotion over recovery pause. 6 years ago
Michael Paquier e09ad07b21 Move routine building restore_command to src/common/ 6 years ago
Fujii Masao b8e20d6dab Add wait events for WAL archive and recovery pause. 6 years ago
Jeff Davis 76df765e88 Reduce test time for disk-based Hash Aggregation. 6 years ago
Fujii Masao 67e0adfb3f Report NULL as total backup size if it's not estimated. 6 years ago
Jeff Davis 64fe602279 Fixes for Disk-based Hash Aggregation. 6 years ago
Bruce Momjian 0830d21f5b docs: add backend_type to file-fdw CSV log example 6 years ago
Andres Freund f801ceb696 Add regression tests for constraint errors in partitioned tables. 6 years ago
Alexander Korotkov 0df94beb36 Fix ordering in typedefs.list 6 years ago