Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Amit Kapila 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 5 years ago
Alexander Korotkov 8afa3795a7 Fix alphabetic ordering in typedefs.list 5 years ago
Magnus Hagander 4e3ffd5981 Remove line missed in previous commit 5 years ago
Magnus Hagander 1e12a495b4 Remove vacuumdb --analyze-in-stages from pg_upgrade tests 5 years ago
Andres Freund 6c57f2ed16 jit: Add support for LLVM 12. 5 years ago
Magnus Hagander 8f113698b6 Remove analyze_new_cluster script from pg_upgrade 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Peter Eisentraut b4c9695e79 Move catalog toast table declarations 5 years ago
Heikki Linnakangas 37d2ff3803 pg_rewind: Refactor the abstraction to fetch from local/libpq source. 5 years ago
Michael Paquier e152506ade Revert pg_relation_check_pages() 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Michael Paquier f2b8839695 Add pg_relation_check_pages() to check on-disk pages of a relation 5 years ago
Michael Paquier 783f0cc64d Improve performance of Unicode {de,re}composition in the backend 5 years ago
Robert Haas 866e24d47d Extend amcheck to check heap pages. 5 years ago
Michael Paquier 19ae53c92d Review format of code generated by PerfectHash.pm 5 years ago
Tom Lane ce0e97f808 Sync our copy of the timezone library with IANA release tzcode2020c. 5 years ago
Peter Eisentraut 39b4a95100 Use https for gnu.org links 5 years ago
Michael Paquier 80f8eb79e2 Use perfect hash for NFC and NFKC Unicode Normalization quick check 5 years ago
Tom Lane bed90759fc Fix our Windows stat() emulation to handle file sizes > 4GB. 5 years ago
Michael Paquier 2a73164581 Improve set of candidate multipliers for perfect hash function generation 5 years ago
Amit Kapila 9868167500 Track statistics for spilling of changes from ReorderBuffer. 5 years ago
Fujii Masao 8d9a935965 Add pg_stat_wal statistics view. 5 years ago
Thomas Munro dee663f784 Defer flushing of SLRU files. 5 years ago
Tom Lane c4133ec169 Exclude fmgrprotos.h from pgindent processing. 5 years ago
Tom Lane 74d4608f50 Further improve pgindent's list of file exclusions. 5 years ago
Tom Lane add105840b Improve formatting of create_help.pl and plperl_opmask.pl output. 5 years ago
Robert Haas 34a947ca13 New contrib module, pg_surgery, with heap surgery functions. 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Andres Freund 73487a60fc snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT. 5 years ago
Andres Freund dc7420c2c9 snapshot scalability: Don't compute global horizons while building snapshots. 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 6 years ago
Peter Eisentraut 4d3db13621 Define OPENSSL_API_COMPAT 6 years ago
Michael Paquier 61be85afab Revert "Remove reset of testtablespace from pg_regress on Windows" 6 years ago
Michael Paquier 404b912c5c Improve perl script in MSVC to build binaries 6 years ago
Amit Kapila a69e041d0c Improve vacuum error context handling. 6 years ago
Tom Lane ea57e531b9 Remove support for timezone "posixrules" file. 6 years ago
Michael Paquier 2b2a070d98 Remove reset of testtablespace from pg_regress on Windows 6 years ago
Michael Paquier e78900afd2 Create by default sql/ and expected/ for output directory in pg_regress 6 years ago
Michael Paquier a3b2bf1fe7 Move frontend-side archive APIs from src/common/ to src/fe_utils/ 6 years ago
Andres Freund 47c718792b Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms. 6 years ago
Noah Misch 5a2398b0b2 MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS. 6 years ago
Tom Lane d10b19e224 Stamp HEAD as 14devel. 6 years ago
Tom Lane b5d69b7c22 pgindent run prior to branching v13. 6 years ago
Noah Misch 26056b3ba8 Refresh function name in CRC-associated Valgrind suppressions. 6 years ago
Michael Paquier d2a9959907 Fix MSVC installations with multiple "configure" files detected 6 years ago
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 6 years ago