Commit Graph

34185 Commits (59f23fe8d4eb0b95f029eaffdbcadc59d51f45cc)
 

Author SHA1 Message Date
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 14 years ago
Tom Lane b71258af56 Fix name collision between concurrent regression tests. 14 years ago
Tom Lane 2d46a57ddc Improve copydir() code for the case that fsync is off. 14 years ago
Tom Lane 2c4f5b4bc5 Use --nosync during make check's initdb call. 14 years ago
Tom Lane 1f115d98b9 Suppress volatile-related warning seen in some compilers. 14 years ago
Tom Lane 31c7c642b6 Account for SRFs in targetlists in planner rowcount estimates. 14 years ago
Robert Haas ed0af33247 Revert temporary patch to debug Windows breakage. 14 years ago
Robert Haas 0635c0b524 Repair plpgsql_validator breakage. 14 years ago
Andrew Dunstan a1e5705c9f Remove now unneeded results file for disabled prepared transactions case. 14 years ago
Robert Haas 0a248208a0 Temporary patch to try to debug why event trigger patch broke Windows. 14 years ago
Andrew Dunstan ae55d9fbe3 Remove prepared transactions from main isolation test schedule. 14 years ago
Peter Eisentraut 8ca03aa414 pg_dump: Simplify mkdir() error checking 14 years ago
Alvaro Herrera f5bcd398ad connoinherit may be true only for CHECK constraints 14 years ago
Tom Lane 8e617e29aa Fix whole-row Var evaluation to cope with resjunk columns (again). 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Tom Lane be86e3dd5b Rethink checkpointer's fsync-request table representation. 14 years ago
Tom Lane 3072b7bade Send only one FORGET_RELATION_FSYNC request when dropping a relation. 14 years ago
Heikki Linnakangas a7a4add6c4 Refactor the way code is shared between some range type functions. 14 years ago
Tom Lane 80e373c3a8 Fix statistics breakage from bgwriter/checkpointer process split. 14 years ago
Tom Lane 4a9c30a8a1 Fix management of pendingOpsTable in auxiliary processes. 14 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 14 years ago
Tom Lane faf26bf117 Get rid of useless global variable in pg_upgrade. 14 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 14 years ago
Tom Lane 73b796a52c Improve coding around the fsync request queue. 14 years ago
Peter Eisentraut 71f2dd2321 PL/Python: Remove PLy_result_ass_item 14 years ago
Peter Eisentraut d6ce58c010 Show step titles in the pg_upgrade man page 14 years ago
Alvaro Herrera 65558995a2 Remove recently added PL/Perl encoding tests 14 years ago
Tom Lane 57b9bdda39 Put back storage/proc.h in postmaster.c. 14 years ago
Alvaro Herrera f34c68f096 Introduce timeout handling framework 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Peter Eisentraut a76c857eba Add comment why seemingly dead code is necessary 14 years ago
Tom Lane c92be3c059 Avoid pre-determining index names during CREATE TABLE LIKE parsing. 14 years ago
Tom Lane 54fd196ffc Prevent corner-case core dump in rfree(). 14 years ago
Heikki Linnakangas 2686da9db2 Don't initialize TLI variable to -1, as TimeLineID is unsigned. 14 years ago
Heikki Linnakangas 6c349a565a Print the name of the WAL file containing latest REDO ptr in pg_controldata. 14 years ago
Peter Eisentraut 8e708e5e36 Add link to PEP 394 regarding python2 vs python3 naming 14 years ago
Tom Lane b966dd6c42 Add fsync capability to initdb, and use sync_file_range() if available. 14 years ago
Tom Lane 1a9405d265 Cosmetic cleanup of ginInsertValue(). 14 years ago
Peter Eisentraut a84bf4922e Avoid extra newlines in XML mapping in table forest mode 14 years ago
Tom Lane a36088bcfa Skip text->binary conversion of unnecessary columns in contrib/file_fdw. 14 years ago
Bruce Momjian 76720bdf1a Remove 'x =- 1' check for pgindent, not needed, per report from Andrew 14 years ago
Magnus Hagander 058a050ec7 Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup 14 years ago
Tom Lane 84a42560c8 Add array_remove() and array_replace() functions. 14 years ago
Bruce Momjian f9951252db Document that Log-Shipping Standby Servers cannot be upgraded by 14 years ago
Tom Lane 01215d61a7 Fix bogus macro definition. 14 years ago
Tatsuo Ishii 1c7a7faa5b Add comments about additional mule-internal charsets from emacs's 14 years ago
Tom Lane 60e9c224a1 Fix ASCII case in pg_wchar2mule_with_len. 14 years ago
Alvaro Herrera 379607c9e8 plperl: Skip setting UTF8 flag when in SQL_ASCII encoding 14 years ago
Alvaro Herrera fc4a8a6d74 perltidy adjustments to new file 14 years ago
Tom Lane 628cbb50ba Re-implement extraction of fixed prefixes from regular expressions. 14 years ago