| Age | Commit message (Expand) | Author |
| 2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
| 2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
| 2007-06-09 | Teach heapam code to know the difference between a real seqscan and the | Tom Lane |
| 2007-06-09 | Allow numeric_fac() to be interrupted, since it can take quite a while for | Tom Lane |
| 2007-06-08 | Disallow the cost balancing code from resulting in a zero cost limit, which | Alvaro Herrera |
| 2007-06-08 | Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid | Alvaro Herrera |
| 2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane |
| 2007-06-07 | Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, | Tom Lane |
| 2007-06-07 | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane |
| 2007-06-07 | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera |
| 2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
| 2007-06-05 | Minor editorialization: don't flush plan cache without need. | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-06-05 | The session_replication_role actually can be changed at will during | Jan Wieck |
| 2007-06-05 | Move call of MarkBufferDirty() before XLogInsert() as required. | Teodor Sigaev |
| 2007-06-04 | Remove ill-conceived CRLF translation for Windows in syslogger. | Andrew Dunstan |
| 2007-06-04 | Fix bundle bugs of GIN: | Teodor Sigaev |
| 2007-06-04 | On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem | Magnus Hagander |
| 2007-06-04 | On win32, don't use SO_REUSEADDR for TCP sockets. | Magnus Hagander |
| 2007-06-03 | Clarify some error messages about duplicate things. | Peter Eisentraut |
| 2007-06-03 | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane |
| 2007-06-02 | Minimal message corrections found by spell checker. | Peter Eisentraut |
| 2007-06-02 | Fix erroneous error reporting for overlength input in text_date(), | Tom Lane |
| 2007-06-02 | Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, | Andrew Dunstan |
| 2007-06-01 | Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the | Tom Lane |
| 2007-06-01 | Allow leading and trailing whitespace in the input to the boolean | Neil Conway |
| 2007-06-01 | Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends | Tom Lane |
| 2007-06-01 | Buy back some of the cycles spent in more-expensive hash functions by | Tom Lane |
| 2007-06-01 | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane |
| 2007-05-31 | The shortcut exit that I recently added to ExecInitIndexScan() for | Tom Lane |
| 2007-05-31 | Change build_index_pathkeys() so that the expressions it builds to represent | Tom Lane |
| 2007-05-31 | Make some messages more consistent | Peter Eisentraut |
| 2007-05-31 | Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places | Teodor Sigaev |
| 2007-05-31 | Downgrade some low-level startup messages to DEBUG1. | Peter Eisentraut |
| 2007-05-30 | Fix overly-strict sanity check in BeginInternalSubTransaction that made it | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-05-30 | Tweak: use memcpy() in text_time(), rather than manually copying bytes | Neil Conway |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-29 | mmgr README tweak: "either" is no longer correct. The previous wording | Neil Conway |
| 2007-05-28 | Tweak the code in a couple of places to try to deliver more user-friendly | Tom Lane |
| 2007-05-27 | Code cleanup: use "bool" for Boolean variables, rather than "int". | Neil Conway |
| 2007-05-27 | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane |
| 2007-05-27 | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-26 | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane |
| 2007-05-25 | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane |
| 2007-05-24 | Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining | Tom Lane |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |