| Commit message (Expand) | Author | Age |
* | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | 2007-06-08 |
* | 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-07 |
* | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 |
* | 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-05 |
* | 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-04 |
* | 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-03 |
* | 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-02 |
* | 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-06-01 |
* | 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-31 |
* | 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-30 |
* | 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-29 |
* | Tweak the code in a couple of places to try to deliver more user-friendly | Tom Lane | 2007-05-28 |
* | 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-27 |
* | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane | 2007-05-26 |
* | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane | 2007-05-25 |
* | Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining | Tom Lane | 2007-05-24 |
* | 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-22 |
* | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane | 2007-05-21 |
* | XPath fixes: | Peter Eisentraut | 2007-05-21 |
* | To support external compression of archived WAL data, add a flag bit to | Tom Lane | 2007-05-20 |
* | Fix dumb compile error in the last patch. | Alvaro Herrera | 2007-05-19 |
* | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera | 2007-05-18 |
* | Remove redundant logging of send failures when SSL is in use. While pqcomm.c | Tom Lane | 2007-05-18 |
* | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 |