aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-08
* Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state,Tom Lane2007-06-07
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Avoid losing track of data for shared tables in pgstats. Report by MichaelAlvaro Herrera2007-06-07
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Minor editorialization: don't flush plan cache without need.Tom Lane2007-06-05
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* The session_replication_role actually can be changed at will duringJan Wieck2007-06-05
* Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev2007-06-05
* Remove ill-conceived CRLF translation for Windows in syslogger.Andrew Dunstan2007-06-04
* Fix bundle bugs of GIN:Teodor Sigaev2007-06-04
* On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander2007-06-04
* On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander2007-06-04
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-03
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Minimal message corrections found by spell checker.Peter Eisentraut2007-06-02
* Fix erroneous error reporting for overlength input in text_date(),Tom Lane2007-06-02
* Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets,Andrew Dunstan2007-06-02
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-01
* Allow leading and trailing whitespace in the input to the booleanNeil Conway2007-06-01
* Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane2007-06-01
* Buy back some of the cycles spent in more-expensive hash functions byTom Lane2007-06-01
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-01
* The shortcut exit that I recently added to ExecInitIndexScan() forTom Lane2007-05-31
* Change build_index_pathkeys() so that the expressions it builds to representTom Lane2007-05-31
* Make some messages more consistentPeter Eisentraut2007-05-31
* Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved placesTeodor Sigaev2007-05-31
* Downgrade some low-level startup messages to DEBUG1.Peter Eisentraut2007-05-31
* Fix overly-strict sanity check in BeginInternalSubTransaction that made itTom Lane2007-05-30
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Tweak: use memcpy() in text_time(), rather than manually copying bytesNeil Conway2007-05-30
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* mmgr README tweak: "either" is no longer correct. The previous wordingNeil Conway2007-05-29
* Tweak the code in a couple of places to try to deliver more user-friendlyTom Lane2007-05-28
* Code cleanup: use "bool" for Boolean variables, rather than "int".Neil Conway2007-05-27
* Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane2007-05-27
* pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane2007-05-27
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Repair two constraint-exclusion corner cases triggered by proving that anTom Lane2007-05-26
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-25
* Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determiningTom Lane2007-05-24
* Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane2007-05-22
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane2007-05-21
* XPath fixes:Peter Eisentraut2007-05-21
* To support external compression of archived WAL data, add a flag bit toTom Lane2007-05-20
* Fix dumb compile error in the last patch.Alvaro Herrera2007-05-19
* Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera2007-05-18
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-18
* Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane2007-05-17