Commit Graph

43529 Commits (aa6b7b72d9bcf967cbccd378de4bc5cef33d02f9)
 

Author SHA1 Message Date
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
Tom Lane ed22fb8b00 Cache datatype-output-function lookup info across calls of concat(). 8 years ago
Andrew Dunstan 890faaf195 Set client encoding to UTF8 for the citext regression script 8 years ago
Andres Freund 1910353675 Make new crash restart test a bit more robust. 8 years ago
Bruce Momjian d61f5bb7c4 doc: add example of % substitution for connection URIs 8 years ago
Andrew Dunstan f246499764 Add citext_pattern_ops for citext contrib module 8 years ago
Andres Freund f8e5f156b3 Rearm statement_timeout after each executed query. 8 years ago
Andres Freund 0fb9e4ace5 Fix uninitialized variable in dshash.c. 8 years ago
Andres Freund a1924a4ea2 Add test for postmaster crash restarts. 8 years ago
Andres Freund ec9e05b3c3 Fix crash restart bug introduced in 8356753c21. 8 years ago
Tom Lane eb5c404b17 Minor code-cleanliness improvements for btree. 8 years ago
Tom Lane 66917bfaa7 Make ExplainOpenGroup and ExplainCloseGroup public. 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 8 years ago