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