aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-06
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-06
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-05
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-01
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-31
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-26
* Revert "Tweak postgresql.conf.sample's comments on listen_addresess."Robert Haas2011-08-25
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-25
* Fix multiple bugs in extension dropping.Tom Lane2011-08-24
* Make CREATE EXTENSION check schema creation permissions.Tom Lane2011-08-23
* Fix overoptimistic assumptions in column width estimation for subqueries.Tom Lane2011-08-23
* Fix handling of extension membership when filling in a shell operator.Tom Lane2011-08-22
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-20
* Translation updatesPeter Eisentraut2011-08-17
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-17
* Forget about targeting catalog cache invalidations by tuple TID.Tom Lane2011-08-16
* Fix incorrect order of operations during sinval reset processing.Tom Lane2011-08-16
* Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Add "Reason code" prefix to internal SSI error messagesPeter Eisentraut2011-08-15
* Fix unsafe order of operations in foreign-table DDL commands.Tom Lane2011-08-14
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-13
* Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.Robert Haas2011-08-11
* Back-patch assorted latch-related fixes.Tom Lane2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-05
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-02
* Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas2011-08-02
* Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut2011-07-31
* Minor message style adjustmentPeter Eisentraut2011-07-27
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane2011-07-23
* Unbreak unlogged tables.Robert Haas2011-07-22
* Change debug message from ereport to elogPeter Eisentraut2011-07-19
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Use errdetail_internal() for SSI transaction cancellation details.Tom Lane2011-07-16
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Fix SSPI login when multiple roundtrips are requiredMagnus Hagander2011-07-16
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* In planner, don't assume that empty parent tables aren't really empty.Tom Lane2011-07-14
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12