Commit Graph

34185 Commits (59f23fe8d4eb0b95f029eaffdbcadc59d51f45cc)
 

Author SHA1 Message Date
Robert Haas be690e291d Make psql -1 < file behave as expected. 14 years ago
Alvaro Herrera 92ec0370eb Fix typo in comment 14 years ago
Simon Riggs 42020a89c7 Doc correction to point out that 9.2+ can overwrite pg_xlog files. 14 years ago
Tom Lane f630157496 Merge parser's p_relnamespace and p_varnamespace lists into a single list. 14 years ago
Simon Riggs 8143a56854 Fix minor bug in XLogFileRead() that accidentally worked. 14 years ago
Robert Haas 21786db81f Fix cache flush hazard in event trigger cache. 14 years ago
Bruce Momjian 2751740ab5 Add additional C comments for to_date/to_char() fixes. 14 years ago
Tom Lane 633f2fbd88 Update isolation tests' README file. 14 years ago
Tom Lane db108349bf Fix TwoPhaseGetDummyBackendId(). 14 years ago
Tom Lane 5ebaaa4944 Implement SQL-standard LATERAL subqueries. 14 years ago
Tom Lane 5078be4804 Tweak new Perl pgindent for compatibility with middle-aged Perls. 14 years ago
Robert Haas eea65943c6 Fix memory leaks in event trigger code. 14 years ago
Bruce Momjian ac78c4178b Fix to_char(), to_date(), and to_timestamp() to handle negative/BC 14 years ago
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 14 years ago
Alvaro Herrera 3a42a3ffd8 Fix redundant wording 14 years ago
Simon Riggs 0f04fc67f7 fsync backup_label after pg_start_backup() 14 years ago
Robert Haas b112df8421 Typo fixes for previous commit. 14 years ago
Robert Haas 95282d3522 Warn more vigorously about the non-transactional behavior of sequences. 14 years ago
Alvaro Herrera f5f8e7169f Make strings identical 14 years ago
Magnus Hagander 254316f5a2 Complain with proper error message if streaming stops prematurely 14 years ago
Heikki Linnakangas 3ff15883b1 Perform conversion from Python unicode to string/bytes object via UTF-8. 14 years ago
Bruce Momjian 149ac7d455 Replace pgindent shell script with Perl script. Update perltidy 14 years ago
Bruce Momjian 4639432597 Reword documentation for concurrent index rebuilds to be clearer. 14 years ago
Tom Lane 3152bf722f Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. 14 years ago
Bruce Momjian 95e750520c Add link to synchronous_commit variables in high availability docs. 14 years ago
Tom Lane f786e91a75 Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code. 14 years ago
Tom Lane c1793f2e0c In SPGiST replay, do conflict resolution before modifying the page. 14 years ago
Bruce Momjian 9fb5952cdf Document that trying to exceed temp_file_limit causes a query cancel. 14 years ago
Bruce Momjian 7b8c798362 Document that, for psql -c, only the result of the last command is 14 years ago
Bruce Momjian e8969c4733 In pg_upgrade, use pg_log() instead of prep_status() for 14 years ago
Tom Lane 962e0cc71e Fix race conditions associated with SPGiST redirection tuples. 14 years ago
Tom Lane 7719ed04bc Update release notes for libpq feature change. 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Tom Lane 7c0fecdaef Add documentation cross-reference for JSON functions. 14 years ago
Tom Lane f6ce81f55a Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). 14 years ago
Tom Lane b76356ac22 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 14 years ago
Alvaro Herrera 2f29f011c8 pg_basebackup: stylistic adjustments 14 years ago
Bruce Momjian 04d2956f0d Now that the diskchecker.pl author has updated the download link on his 14 years ago
Tom Lane 9ae8ebe0b2 Improve reporting of error situations in find_other_exec(). 14 years ago
Bruce Momjian c9a2532c83 Update doc mention of diskchecker.pl to add URL for script; retain URL 14 years ago
Bruce Momjian 69451b0968 Document that the pg_upgrade user of rsync might want to skip some 14 years ago
Tom Lane 26b438694c Only allow autovacuum to be auto-canceled by a directly blocked process. 14 years ago
Robert Haas d20cdd31c0 Tab complete table names after ALTER TABLE x [NO] INHERIT. 14 years ago
Robert Haas d7318d43d8 Log a better message when canceling autovacuum. 14 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 14 years ago
Tom Lane af026b5d9b Fix longstanding crash-safety bug with newly-created-or-reset sequences. 14 years ago
Peter Eisentraut 08d715a2d4 Document that pg_basebackup will create its output directory 14 years ago
Alvaro Herrera 58f17dcf83 Add translator comments to module names 14 years ago
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints 14 years ago
Peter Eisentraut d61d9aa750 Update information schema to SQL:2011 14 years ago