Commit Graph

33924 Commits (8ca03aa41488a9f08dffe64724eb04692174350c)
 

Author SHA1 Message Date
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
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