Commit Graph

5130 Commits (da9b580d89903fee871cf54845ffa2b26bda2e11)

Author SHA1 Message Date
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Peter Eisentraut 039eb6e92f Logical replication support for TRUNCATE 8 years ago
Magnus Hagander 032429701e Clean up intermetiate state in pg_basebackup tests 8 years ago
Magnus Hagander f66c37b2f7 Fix typo 8 years ago
Peter Eisentraut 2cd6520e78 Fix compiler warning about format truncation 8 years ago
Magnus Hagander 3b0b4f31f7 Attempt to fix win32 build of pg_verify_checksums 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Stephen Frost 446f7f5d78 Rewrite pg_dump TAP tests 8 years ago
Alvaro Herrera 3de241dba8 Foreign keys on partitioned tables 8 years ago
Magnus Hagander ee9e145531 Fix pg_bsaebackup checksum tests 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Magnus Hagander 4eb77d50c2 Validate page level checksums in base backups 8 years ago
Simon Riggs 4923550c20 Tab completion for MERGE 8 years ago
Peter Eisentraut 05e85d35af psql: Fix \ef, \sf tab completion 8 years ago
Tom Lane 0b11a674fb Fix a boatload of typos in C comments. 8 years ago
Tom Lane 94173d3eeb Fix assorted issues in parallel vacuumdb. 8 years ago
Tom Lane 5635c7aa67 Fix portability and translatability issues in commit 64f85894a. 8 years ago
Bruce Momjian 20b4323bd1 C comments: "a" <--> "an" corrections 8 years ago
Magnus Hagander 9778d5c180 Fix typo in comment 8 years ago
Fujii Masao 266b6acb31 Make pg_rewind skip files and directories that are removed during server start. 8 years ago
Fujii Masao 09e96b3f35 Fix handling of files that source server removes during pg_rewind is running. 8 years ago
Simon Riggs c203d6cf81 Allow HOT updates for some expression indexes 8 years ago
Teodor Sigaev 44bd95846a Fix count of skipped test of basebackup on Windows 8 years ago
Teodor Sigaev 920a5e500a Skip temp tables from basebackup. 8 years ago
Teodor Sigaev 64f85894ad Set random seed for pgbench. 8 years ago
Peter Eisentraut bf4a8676c3 pg_resetwal: Allow users to change the WAL segment size 8 years ago
Peter Eisentraut 8ad8d916f9 initdb: Further polishing of --wal-segsize option 8 years ago
Peter Eisentraut cc547cf08f pg_resetwal: Fix logical typo in code 8 years ago
Tom Lane 2dd3f969f5 Add #includes missed in commit e22b27f0cb. 8 years ago
Peter Eisentraut e22b27f0cb Add long options to pg_resetwal and pg_controldata 8 years ago
Peter Eisentraut 496d56670a initdb: Improve --wal-segsize handling 8 years ago
Tom Lane 4b538727e2 Fix make rules that generate multiple output files. 8 years ago
Teodor Sigaev 8694cc96b5 Exclude unlogged tables from base backups 8 years ago
Peter Eisentraut f1a074b146 pg_resetwal: Prevent division-by-zero errors 8 years ago
Peter Eisentraut 5700aa1301 pg_resetwal: Add simple test suite 8 years ago
Teodor Sigaev 2216fded1e UINT64CONST'fy long constants in pgbench 8 years ago
Teodor Sigaev f67b113ac6 Add \if support to pgbench 8 years ago
Tom Lane 742869946f Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Peter Eisentraut 4731d848f2 pg_controldata: Prevent division-by-zero errors 8 years ago
Teodor Sigaev e51a04840a Add general purpose hasing functions to pgbench. 8 years ago
Magnus Hagander 8d2814f274 Fix pg_recvlogical for pre-10 versions 8 years ago
Peter Eisentraut 04700b685f Rename TransactionChain functions 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Magnus Hagander fedabe1f64 Clarify initdb --help message for --wal-segsize 8 years ago
Tom Lane b6e132ddc8 In psql, restore old behavior of Query_for_list_of_functions. 8 years ago
Tom Lane 6a0b30f040 In initdb, don't bother trying max_connections = 10. 8 years ago
Tom Lane 722408bcd1 Add infrastructure to support server-version-dependent tab completion. 8 years ago
Fujii Masao 2f3e2340cd Fix pg_rewind to handle relation data files in tablespaces properly. 8 years ago
Tom Lane e94f2bc809 Fix pgbench TAP test to work in VPATH builds. 8 years ago