aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update overlooked comment.Tom Lane2012-08-10
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander2012-08-10
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Fix typo in commentAlvaro Herrera2012-08-08
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-08
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* Fix cache flush hazard in event trigger cache.Robert Haas2012-08-08
* Add additional C comments for to_date/to_char() fixes.Bruce Momjian2012-08-08
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix memory leaks in event trigger code.Robert Haas2012-08-07
* Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian2012-08-07
* Fix redundant wordingAlvaro Herrera2012-08-07
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Make strings identicalAlvaro Herrera2012-08-06
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-03
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-31
* Only allow autovacuum to be auto-canceled by a directly blocked process.Tom Lane2012-07-26
* Log a better message when canceling autovacuum.Robert Haas2012-07-26
* Fix longstanding crash-safety bug with newly-created-or-reset sequences.Tom Lane2012-07-25
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Update information schema to SQL:2011Peter Eisentraut2012-07-23
* Improve copydir() code for the case that fsync is off.Tom Lane2012-07-21
* Account for SRFs in targetlists in planner rowcount estimates.Tom Lane2012-07-21
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Rethink checkpointer's fsync-request table representation.Tom Lane2012-07-19
* Send only one FORGET_RELATION_FSYNC request when dropping a relation.Tom Lane2012-07-19
* Refactor the way code is shared between some range type functions.Heikki Linnakangas2012-07-18
* Fix statistics breakage from bgwriter/checkpointer process split.Tom Lane2012-07-18
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Put back storage/proc.h in postmaster.c.Tom Lane2012-07-17
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Remove unreachable codePeter Eisentraut2012-07-16
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Prevent corner-case core dump in rfree().Tom Lane2012-07-15
* Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas2012-07-14
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-13
* Cosmetic cleanup of ginInsertValue().Tom Lane2012-07-13
* Avoid extra newlines in XML mapping in table forest modePeter Eisentraut2012-07-12