Commit Graph

43541 Commits (f2ab3898f3a25ef431db4ea90a8d128b974dbffe)
 

Author SHA1 Message Date
Andrew Dunstan f2ab3898f3 Support building with Visual Studio 2017 8 years ago
Tom Lane 8485a25a8c Fix assorted infelicities in new SetWALSegSize() function. 8 years ago
Peter Eisentraut 6dda0998af Allow ICU to use SortSupport on Windows with UTF-8 8 years ago
Peter Eisentraut 9b31c72a94 doc: Expand user documentation on SCRAM 8 years ago
Peter Eisentraut 74ca8f9b90 Fix pg_basebackup test to original intent 8 years ago
Tom Lane 24541ffd78 ... and the very same bug in publicationListToArray(). 8 years ago
Tom Lane 737639017c Fix bogus size calculation in strlist_to_textarray(). 8 years ago
Tom Lane 335f3d04e4 Improve memory management in autovacuum.c. 8 years ago
Tom Lane ad51c6fb57 Remove pgbench "progress" test pending solution of its timing issues. 8 years ago
Tom Lane 01c7d3ef85 Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60. 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Alvaro Herrera 404ba54e8f Test BRIN autosummarization 8 years ago
Peter Eisentraut aa6b7b72d9 Fix saving and restoring umask 8 years ago
Peter Eisentraut 58ffe141eb Revert "Add basic TAP test setup for pg_upgrade" 8 years ago
Andres Freund 791961f59b Add inline murmurhash32(uint32) function. 8 years ago
Peter Eisentraut 91ad8b416c doc: Document commands that cannot be run in a transaction block 8 years ago
Andres Freund 8d926029e8 Expand expected output for recovery test even further. 8 years ago
Andres Freund f9583e86b4 Fix s/intidb/initdb/ typo. 8 years ago
Robert Haas 6a2fa09c0c For wal_consistency_checking, mask page checksum as well as page LSN. 8 years ago
Robert Haas 7c75ef5715 hash: Implement page-at-a-time scan. 8 years ago
Tom Lane 0f574a7afb Allow up to 3 "-P 1" reports per thread in pgbench run of 2 seconds. 8 years ago
Peter Eisentraut 5d3cad5647 Remove contrib/chkpass 8 years ago
Tom Lane ed87e19807 Mop-up for commit 85feb77aa0. 8 years ago
Tom Lane 85feb77aa0 Assume wcstombs(), towlower(), and sibling functions are always present. 8 years ago
Peter Eisentraut e6023ee7fa Fix build with !USE_WIDE_UPPER_LOWER 8 years ago
Alvaro Herrera 885cab5811 Document further existing locks as wait events 8 years ago
Tom Lane 47f849a3c9 Sync our copy of the timezone library with IANA tzcode master. 8 years ago
Tom Lane a890432a87 Revert "Fix bool/int type confusion" 8 years ago
Andrew Dunstan d57c7a7c50 Provide a test for variable existence in psql 8 years ago
Tom Lane 7148050105 Give a better error for duplicate entries in VACUUM/ANALYZE column list. 8 years ago
Andrew Dunstan 28ae524bbf Quieten warnings about unused variables 8 years ago
Robert Haas 9140cf8269 Associate partitioning information with each RelOptInfo. 8 years ago
Tom Lane 7b86c2ac95 Improve dubious memory management in pg_newlocale_from_collation(). 8 years ago
Tom Lane 4939488af9 Fix instability in subscription regression test. 8 years ago
Tom Lane 36b564c648 Fix erroneous documentation about noise word GROUP. 8 years ago
Robert Haas 57eebca03a Fix create_lateral_join_info to handle dead relations properly. 8 years ago
Robert Haas 7f3a3312ab Fix typo. 8 years ago
Bruce Momjian 00210e3fb9 docs: re-add instructions on setting wal_level for rsync use 8 years ago
Peter Eisentraut d42294fc00 Fix compiler warning 8 years ago
Peter Eisentraut be87b70b61 Sync process names between ps and pg_stat_activity 8 years ago
Magnus Hagander 2c74e6c1dc Mention need for --no-inc-recursive in rsync command 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Andres Freund 5ada1fcd0c Accept that server might not be able to send error in crash recovery test. 8 years ago
Tom Lane 2d484f9b05 Remove no-op GiST support functions in the core GiST opclasses. 8 years ago
Tom Lane d3a4f89d8a Allow no-op GiST support functions to be omitted. 8 years ago
Andres Freund 896537f078 s/NULL byte/NUL byte/ in comment refering to C string terminator. 8 years ago
Peter Eisentraut f41e56c76e Add basic TAP test setup for pg_upgrade 8 years ago
Andres Freund 71edbb6f66 Avoid use of non-portable strnlen() in pgstat_clip_activity(). 8 years ago
Andres Freund 54b6cd589a Speedup pgstat_report_activity by moving mb-aware truncation to read side. 8 years ago
Andrew Dunstan d1687c6926 Disable multi-byte citext tests 8 years ago