summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-10Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-08-09Make psql -1 < file behave as expected.Robert Haas
2012-08-08Fix typo in commentAlvaro Herrera
2012-08-08Doc correction to point out that 9.2+ can overwrite pg_xlog files.Simon Riggs
2012-08-08Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane
2012-08-08Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs
2012-08-08Fix cache flush hazard in event trigger cache.Robert Haas
2012-08-08Add additional C comments for to_date/to_char() fixes.Bruce Momjian
2012-08-08Update isolation tests' README file.Tom Lane
2012-08-08Fix TwoPhaseGetDummyBackendId().Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-07Tweak new Perl pgindent for compatibility with middle-aged Perls.Tom Lane
2012-08-07Fix memory leaks in event trigger code.Robert Haas
2012-08-07Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian
2012-08-07Fix pg_upgrade file share violation on Windows created by the commitBruce Momjian
2012-08-07Fix redundant wordingAlvaro Herrera
2012-08-07fsync backup_label after pg_start_backup()Simon Riggs
2012-08-06Typo fixes for previous commit.Robert Haas
2012-08-06Warn more vigorously about the non-transactional behavior of sequences.Robert Haas
2012-08-06Make strings identicalAlvaro Herrera
2012-08-06Complain with proper error message if streaming stops prematurelyMagnus Hagander
2012-08-06Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas
2012-08-04Replace pgindent shell script with Perl script. Update perltidyBruce Momjian
2012-08-04Reword documentation for concurrent index rebuilds to be clearer.Bruce Momjian
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-08-03Add link to synchronous_commit variables in high availability docs.Bruce Momjian
2012-08-03Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane
2012-08-03In SPGiST replay, do conflict resolution before modifying the page.Tom Lane
2012-08-03Document that trying to exceed temp_file_limit causes a query cancel.Bruce Momjian
2012-08-03Document that, for psql -c, only the result of the last command isBruce Momjian
2012-08-03In pg_upgrade, use pg_log() instead of prep_status() forBruce Momjian
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-08-02Update release notes for libpq feature change.Tom Lane
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-08-01Add documentation cross-reference for JSON functions.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-31Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane
2012-07-31pg_basebackup: stylistic adjustmentsAlvaro Herrera
2012-07-30Now that the diskchecker.pl author has updated the download link on hisBruce Momjian
2012-07-27Improve reporting of error situations in find_other_exec().Tom Lane
2012-07-27Update doc mention of diskchecker.pl to add URL for script; retain URLBruce Momjian
2012-07-26Document that the pg_upgrade user of rsync might want to skip someBruce Momjian
2012-07-26Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane
2012-07-26Tab complete table names after ALTER TABLE x [NO] INHERIT.Robert Haas
2012-07-26Log a better message when canceling autovacuum.Robert Haas
2012-07-26Simplify pg_upgrade's handling when returning directory listings.Bruce Momjian
2012-07-25Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane