Commit Graph

41639 Commits (193a7d791ebe2adf32b36d5538e4602a90c3e0fb)
 

Author SHA1 Message Date
Alvaro Herrera 193a7d791e Remove dead code in bootstrap 9 years ago
Alvaro Herrera 593c75d5c3 Fix typo 9 years ago
Alvaro Herrera dda7c34555 Fix typo 9 years ago
Peter Eisentraut 063ef8308b Correct include file path 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Peter Eisentraut 323b96aa34 Register missing money operators in system catalogs 9 years ago
Peter Eisentraut 09e35315cc Add more tests for money type 9 years ago
Peter Eisentraut 6fc547960d Rename C symbols for backend lo_ functions 9 years ago
Peter Eisentraut 30b9a4495a Remove unnecessary include 9 years ago
Peter Eisentraut 5d7c9c906a Remove unnecessary prototypes in loadable modules 9 years ago
Peter Eisentraut 6181c34da8 doc: Update URL for Microsoft download site 9 years ago
Magnus Hagander cada1af31d Add compression support to pg_receivexlog 9 years ago
Fujii Masao 974ece58bb Fix an assertion failure related to an exclusive backup. 9 years ago
Tom Lane d43a619c60 Fix check_srf_call_placement() to handle VALUES cases correctly. 9 years ago
Tom Lane 4e46c97fde Fix NULL pointer dereference in tuplesort.c. 9 years ago
Magnus Hagander fcf708623e Fix incorrect comparison due to bad merge 9 years ago
Magnus Hagander e7b020f786 Make pg_basebackup use temporary replication slots 9 years ago
Fujii Masao 8fa6019b40 Fix typos in comments. 9 years ago
Tom Lane 0777f7a2e8 Fix matching of boolean index columns to sort ordering. 9 years ago
Tom Lane 83f2061dd0 Teach contrib/pg_stat_statements to handle multi-statement commands better. 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
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