Commit Graph

48780 Commits (ffd398021c296e55b59ab848ac71a1769ddff93f)
 

Author SHA1 Message Date
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
Noah Misch d60ef94d76 Fix cosmetic blemishes involving rd_createSubid. 6 years ago
Amit Kapila 3ba59ccc89 Allow page lock to conflict among parallel group members. 6 years ago
Bruce Momjian a6d7e9fb28 docs: use alias in WHERE clause of full text search example 6 years ago
Alvaro Herrera 069b750ca7
Fix bogus last-minute edit in 4e62091341 6 years ago
Alvaro Herrera 4e62091341
pg_dump: Add FOREIGN to ALTER statements, if appropriate 6 years ago
Andrew Dunstan 71c2fd0c04 Turn off deprecated bison warnings under MSVC 6 years ago
Peter Eisentraut b03436994b psql: Catch and report errors while printing result table 6 years ago
Amit Kapila 85f6b49c2c Allow relation extension lock to conflict among parallel group members. 6 years ago
Peter Geoghegan b27e1b3418 nbtree: Remove obsolete _bt_pgaddtup() comments. 6 years ago
Jeff Davis 2fd6a44ad5 Revert "Specialize MemoryContextMemAllocated()." 6 years ago
Bruce Momjian 2247a1ea5f pg_upgrade: make get_major_server_version() err msg consistent 6 years ago