Commit Graph

33914 Commits (faf26bf1175530cc97ce3e804ff10dc2be7026d3)
 

Author SHA1 Message Date
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
Tom Lane 00dac6000d Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago
Tom Lane e7ef6d7e24 Fix planner to pass correct collation to operator selectivity estimators. 14 years ago
Tom Lane c6aae3042b Simplify and document regex library's compact-NFA representation. 14 years ago
Alvaro Herrera a184e4db83 Convert libpq regress script to Perl 14 years ago
Alvaro Herrera adb9b7d53b Update libpq test expected output 14 years ago
Bruce Momjian 3c9b406420 Run updated copyright.pl on HEAD and 9.2 trees, updating the psql 14 years ago
Bruce Momjian d17c0135cd Have copyright.pl skip updating something that is just the current year, 14 years ago
Bruce Momjian 95203e0833 Modify copyright.pl so all lines are processed, not just the first 14 years ago
Bruce Momjian 5198ae8992 Fix copyright.pl to properly skip the .git directory by adding a 14 years ago
Bruce Momjian b9eb808bf2 Fix spacing in copyright.pl after being run with missing regex slash 14 years ago
Bruce Momjian c742d1dbe7 Update pg_upgrade comments for recent configpath fix. 14 years ago
Robert Haas f6a05fd973 Fix failure of new wchar->mb functions to advance from pointer. 14 years ago
Bruce Momjian 2eeb5eb23f Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per 14 years ago
Tom Lane 8525419947 Don't try to trim "../" in join_path_components(). 14 years ago
Heikki Linnakangas de479e2ed2 Revert part of the previous patch that avoided using PLy_elog(). 14 years ago
Heikki Linnakangas b66de4c6d7 Fix mapping of PostgreSQL encodings to Python encodings. 14 years ago
Tom Lane fc548b2296 Remove support for using wait3() in place of waitpid(). 14 years ago
Alvaro Herrera 666d494d19 pg_upgrade: abstract out copying of files from old cluster to new 14 years ago
Magnus Hagander 3644a63984 Fix function argument tab completion for schema-qualified or quoted function names 14 years ago
Bruce Momjian 539d38757a Fix missing regex slash that caused perltidy to get confused on 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago