Commit Graph

48791 Commits (092c6936de49effe63daad94855bcd8ef26a09dd)
 

Author SHA1 Message Date
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
Tom Lane fe60480068 Doc: explain that LIKE et al can be used in ANY (sub-select) etc. 6 years ago
Tom Lane 980a70b976 Fix our getopt_long's behavior for a command line argument of just "-". 6 years ago
Michael Paquier c81bd3b9a5 Doc: Fix type of some storage parameters in CREATE TABLE page 6 years ago
Michael Paquier faa650a99b Revert "Refactor compile-time assertion checks in c.h" 6 years ago
Amit Kapila 33753ac9d7 Add object names to partition integrity violations. 6 years ago
Michael Paquier 79dfa8afb2 Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version 6 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 6 years ago
Tom Lane d0587f52b3 Fix up recent breakage of headerscheck and cpluspluscheck. 6 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Noah Misch d3e572855b In log_newpage_range(), heed forkNum and page_std arguments. 6 years ago
Noah Misch e629a01f69 During heap rebuild, lock any TOAST index until end of transaction. 6 years ago