summaryrefslogtreecommitdiff
path: root/src/backend
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-08Fix typo in commentAlvaro Herrera
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-08Fix TwoPhaseGetDummyBackendId().Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.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-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-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-26Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane
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-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-23Update information schema to SQL:2011Peter Eisentraut
2012-07-22Improve copydir() code for the case that fsync is off.Tom Lane
2012-07-21Account for SRFs in targetlists in planner rowcount estimates.Tom Lane
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-17Put back storage/proc.h in postmaster.c.Tom Lane
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-07-15Prevent corner-case core dump in rfree().Tom Lane
2012-07-14Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
2012-07-13Cosmetic cleanup of ginInsertValue().Tom Lane
2012-07-12Avoid extra newlines in XML mapping in table forest modePeter Eisentraut
2012-07-12Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane
2012-07-11Add array_remove() and array_replace() functions.Tom Lane