summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 redundant wordingAlvaro Herrera
2012-08-07fsync backup_label after pg_start_backup()Simon Riggs
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-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
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-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-08-02Replace libpq's "row processor" API with a "single row" mode.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-27Improve reporting of error situations in find_other_exec().Tom Lane
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-25Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane
2012-07-25Add translator comments to module namesAlvaro Herrera
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-23Update information schema to SQL:2011Peter Eisentraut
2012-07-22Fix name collision between concurrent regression tests.Tom Lane
2012-07-22Improve copydir() code for the case that fsync is off.Tom Lane
2012-07-21Use --nosync during make check's initdb call.Tom Lane
2012-07-21Suppress volatile-related warning seen in some compilers.Tom Lane
2012-07-21Account for SRFs in targetlists in planner rowcount estimates.Tom Lane
2012-07-21Revert temporary patch to debug Windows breakage.Robert Haas
2012-07-21Repair plpgsql_validator breakage.Robert Haas
2012-07-20Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan
2012-07-20Temporary patch to try to debug why event trigger patch broke Windows.Robert Haas
2012-07-20Remove prepared transactions from main isolation test schedule.Andrew Dunstan
2012-07-20pg_dump: Simplify mkdir() error checkingPeter Eisentraut
2012-07-20connoinherit may be true only for CHECK constraintsAlvaro Herrera
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-19Rethink checkpointer's fsync-request table representation.Tom Lane
2012-07-19Send only one FORGET_RELATION_FSYNC request when dropping a relation.Tom Lane
2012-07-18Refactor the way code is shared between some range type functions.Heikki Linnakangas
2012-07-18Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-07-17PL/Python: Remove PLy_result_ass_itemPeter Eisentraut
2012-07-17Remove recently added PL/Perl encoding testsAlvaro Herrera
2012-07-17Put back storage/proc.h in postmaster.c.Tom Lane