Commit Graph

41618 Commits (75abb955dfef064f2fbc5c043f37fff8d0262ffe)
 

Author SHA1 Message Date
Tom Lane 75abb955df Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function. 9 years ago
Magnus Hagander f6d6d2920d Change default values for backup and replication parameters 9 years ago
Peter Eisentraut 05cd12ed5b pg_ctl: Change default to wait for all actions 9 years ago
Peter Eisentraut e574f15d62 Updates to reflect that pg_ctl stop -m fast is the default 9 years ago
Tom Lane 5ad966ab1c Fix some more regression test row-order-instability issues. 9 years ago
Tom Lane 5b29e6b688 In PL/Tcl tests, don't choke if optional error fields are missing. 9 years ago
Peter Eisentraut 7f5b043d69 pg_upgrade: Fix for changed pg_ctl default stop mode 9 years ago
Robert Haas 0563a3a8b5 Fix a bug in how we generate partition constraints. 9 years ago
Robert Haas 0c2070cefa Fix cardinality estimates for parallel joins. 9 years ago
Tom Lane e2117e4ab0 Fix field order in struct catcache. 9 years ago
Peter Eisentraut 750c59d7ec Fix mistake in comment 9 years ago
Peter Eisentraut da0dbea9c3 Make whitespace consistent inside some script files 9 years ago
Robert Haas 76568d3786 Fix incorrect function name in comment. 9 years ago
Stephen Frost e72059f375 pg_restore: Don't allow non-positive number of jobs 9 years ago
Magnus Hagander 268f9e3d92 Fix some typos in comments 9 years ago
Bruce Momjian 73f8d73313 pg_xlogdump: document --path behavior 9 years ago
Stephen Frost abfd0095c1 pg_dump: Strict names with no matching schema 9 years ago
Alvaro Herrera 42f50cb8fa Fix overflow check in StringInfo; add missing casts 9 years ago
Robert Haas e898437460 Improve coding in _hash_addovflpage. 9 years ago
Stephen Frost 2ef6fe9cba Fix invalid-parallel-jobs error message 9 years ago
Tom Lane 8c5722948e Fix error handling in pltcl_returnnext. 9 years ago
Alvaro Herrera 3957b58b88 Fix ALTER TABLE / SET TYPE for irregular inheritance 9 years ago
Alvaro Herrera 7403561c0f BRIN revmap pages are not standard pages ... 9 years ago
Tom Lane 961bed0208 Expand the regression tests for PL/Tcl. 9 years ago
Magnus Hagander 534b6f3ef2 Use an enum instead of two bools to indicate wal inclusion in base backups 9 years ago
Tom Lane 7c3abe3c92 Get rid of ParseState.p_value_substitute; use a columnref hook instead. 9 years ago
Tom Lane 3c40594e6e Improve documentation of struct ParseState. 9 years ago
Stephen Frost 9b815a8ff2 Add basic pg_dumpall/pg_restore TAP tests 9 years ago
Tom Lane de5fed0d0c Merge two copies of tuple-building code in pltcl.c. 9 years ago
Stephen Frost d74ecbc8d8 Protect against NULL-dereference in pg_dump 9 years ago
Tom Lane c52d37c8b3 Invalidate cached plans on FDW option changes. 9 years ago
Robert Haas 0355e6f310 Repair commit b81b5a96f4. 9 years ago
Robert Haas e5b7451ea3 Fix possible leak of semaphore count. 9 years ago
Peter Eisentraut 933b46644c Use 'use strict' in all Perl programs 9 years ago
Robert Haas 175ff6598e Fix possible crash reading pg_stat_activity. 9 years ago
Tom Lane 82f8107b92 Fix handling of empty arrays in array_fill(). 9 years ago
Simon Riggs 2e44f379bc Fix format for TAP test docs 9 years ago
Tom Lane d86f40009b Handle OID column inheritance correctly in ALTER TABLE ... INHERIT. 9 years ago
Robert Haas 44f7afba79 Improve documentation of timestamp internal representation. 9 years ago
Robert Haas 3633b3f656 Assorted code improvements for table partitioning. 9 years ago
Robert Haas 18fc5192a6 Remove unnecessary arguments from partitioning functions. 9 years ago
Robert Haas f1b4c771ea Fix reporting of constraint violations for table partitioning. 9 years ago
Simon Riggs 3e353a7bc2 Add new TAP tests for pg_recvlogical 9 years ago
Simon Riggs 7c030783a5 Add pg_recvlogical —-endpos=LSN 9 years ago
Tom Lane 698127a4a9 Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics. 9 years ago
Robert Haas 345b2dcf07 Move partition_tuple_slot out of EState. 9 years ago
Tom Lane 6667d9a6d7 Re-allow SSL passphrase prompt at server start, but not thereafter. 9 years ago
Robert Haas 0fad355bec Update obsolete comments in lwlock.h. 9 years ago
Simon Riggs 0813216cb4 Add 18 new recovery TAP tests 9 years ago
Simon Riggs fb093e4cb3 Allow PostgresNode.pm tests to wait for catchup 9 years ago