Commit Graph

54165 Commits (1349d2790bf48a4de072931c722f39337e72055e)
 

Author SHA1 Message Date
David Rowley 1349d2790b Improve performance of ORDER BY / DISTINCT aggregates 3 years ago
Michael Paquier a69959fab2 doc: Fix typos in protocol.sgml 3 years ago
Amit Kapila 6b24d3f9cc Move common catalog cache access routines to lsyscache.c 3 years ago
John Naylor c689baa158 Fix comment in pg_db_role_setting.h 3 years ago
Amit Kapila 7bf91ec0f3 Remove duplicated wait for subscription sync from 007_ddl.pl. 3 years ago
Tom Lane 418ec32072 Add a regression test for contrib/tcn. 3 years ago
David Rowley b592422095 Relax overly strict rules in select_outer_pathkeys_for_merge() 3 years ago
Tom Lane 2865b4060a Add a regression test for contrib/pg_prewarm. 3 years ago
David Rowley 3592e0ff98 Have ExecFindPartition cache the last found partition 3 years ago
Tom Lane 83f1793d60 Check maximum number of columns in function RTEs, too. 3 years ago
Michael Paquier 8b1ec7d295 Fix error reporting after ioctl() call with pg_upgrade --clone 3 years ago
Andres Freund 2827f108d1 ci: remove minor version from freebsd image name 3 years ago
Michael Paquier 7ff358b76a Append -X to direct invocation of psql in new test for BASE_BACKUP 3 years ago
Michael Paquier ad341469b4 Add more TAP tests with BASE_BACKUP and pg_backup_start/stop 3 years ago
Tom Lane 3451a57f77 Remove test_oat_hooks.c's nodetag_to_string(). 3 years ago
Andrew Dunstan 7781f4e3e7 Add --schema and --exclude-schema options to vacuumdb. 3 years ago
Andres Freund e1c95e50e9 ci: switch to freebsd 13.1 3 years ago
Tom Lane 4ddfbd2a8e Fix trim_array() for zero-dimensional array argument. 3 years ago
Tom Lane bfac42ea02 Make new auto_explain test safe for log_error_verbosity = verbose. 3 years ago
Michael Paquier 43231423da Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH 3 years ago
Michael Paquier 07ff701dbd Expand tests of test_ddl_deparse/ for ALTER TABLE 3 years ago
Tom Lane 6a1f082aba Improve regression test coverage of GiST index building. 3 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 3 years ago
Tom Lane d8e34fa7a1 Fix incorrect is-this-the-topmost-join tests in parallel planning. 3 years ago
Tom Lane d10fad96c6 Adjust new pg_read_file() test cases for more portability. 3 years ago
Robert Haas 212bdc0cbc Revise test case added in 4374699639. 3 years ago
Andrew Dunstan b998196bb5 Fix new recovery test for log_error_verbosity=verbose case 3 years ago
Robert Haas 4374699639 Fix brown paper bag bug in bbe08b8869. 3 years ago
Tom Lane 283129e325 Support pg_read_[binary_]file (filename, missing_ok). 3 years ago
Tom Lane fd96d14d95 In transformRowExpr(), check for too many columns in the row. 3 years ago
Robert Haas 80d6907219 Fix mistake in bbe08b8869. 3 years ago
Alvaro Herrera 59be1c942a
Fix test instability 3 years ago
Amit Kapila 0234ed81e9 Move related functions next to each other in pg_publication.c. 3 years ago
Robert Haas bbe08b8869 Use TRUNCATE to preserve relfilenode for pg_largeobject + index. 3 years ago
Tom Lane e09d7a1262 Improve speed of hash index build. 3 years ago
Alvaro Herrera 70a437aa45
doc: avoid saying "inheritance" ... 3 years ago
Robert Haas 851f4cc75c Clean up some residual confusion between OIDs and RelFileNumbers. 3 years ago
Alvaro Herrera 9e4f914b5e
Fix replay of create database records on standby 3 years ago
Fujii Masao d396606ebe Fix comment in procarray.c. 3 years ago
Thomas Munro 4fc6b6eefc Fix get_dirent_type() for symlinks on MinGW/MSYS. 3 years ago
Tom Lane 5253519b27 Fix new auto_explain test case for Windows. 3 years ago
Robert Haas 5f858dd3be Bump catversion for commit d8cd0c6c95. 3 years ago
Robert Haas 3ac88fddd9 Convert macros to static inline functions (buf_internals.h) 3 years ago
Tom Lane 03361a368e Add missing PGDLLEXPORT markings in contrib/pg_prewarm. 3 years ago
Robert Haas a2e97cb2b6 Fix read_relmap_file() concurrency on Windows. 3 years ago
Michael Paquier ce3049b021 Refactor code in charge of grabbing the relations of a subscription 3 years ago
Alexander Korotkov d0b193c0fa Split tuplesortvariants.c from tuplesort.c 3 years ago
Alexander Korotkov ec92fe9835 Split TuplesortPublic from Tuplesortstate 3 years ago
Alexander Korotkov 097366c45f Move memory management away from writetup() and tuplesort_put*() 3 years ago
Alexander Korotkov 033dd02db2 Put abbreviation logic into puttuple_common() 3 years ago