summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-08-25Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas
2011-08-24Fix multiple bugs in extension dropping.Tom Lane
2011-08-24Make CREATE EXTENSION check schema creation permissions.Tom Lane
2011-08-23Fix overoptimistic assumptions in column width estimation for subqueries.Tom Lane
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-08-22Typo fix.Robert Haas
2011-08-22Fix handling of extension membership when filling in a shell operator.Tom Lane
2011-08-21Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane
2011-08-20Fix performance problem when building a lossy tidbitmap.Tom Lane
2011-08-18Make lazy_vacuum_rel call pg_rusage_init only if needed.Robert Haas
2011-08-18Remove obsolete README file.Robert Haas
2011-08-17Translation updatesPeter Eisentraut
2011-08-17Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-08-16Forget about targeting catalog cache invalidations by tuple TID.Tom Lane
2011-08-16Fix incorrect order of operations during sinval reset processing.Tom Lane
2011-08-16Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.Tom Lane
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane
2011-08-16Fix bogus comment that claimed that the new BACKUP METHOD line inHeikki Linnakangas
2011-08-15Add "Reason code" prefix to internal SSI error messagesPeter Eisentraut
2011-08-14Fix unsafe order of operations in foreign-table DDL commands.Tom Lane
2011-08-13Fix incorrect timeout handling during initial authentication transaction.Tom Lane
2011-08-11Teach unix_latch.c to use poll() where available.Tom Lane
2011-08-11Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.Robert Haas
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-08-10Add a bit of debug logging to backend_read_statsfile().Tom Lane
2011-08-10Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane
2011-08-10If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-08-09Documentation improvement and minor code cleanups for the latch facility.Tom Lane
2011-08-09Avoid creating PlaceHolderVars immediately within PlaceHolderVars.Tom Lane
2011-08-09Use clearer notation for getnameinfo() return handlingPeter Eisentraut
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-08-09Fix grammar and spelling in log message.Heikki Linnakangas
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane
2011-08-06Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-08-04Create VXID locks "lazily" in the main lock table.Robert Haas
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2011-08-02Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane
2011-08-02Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane
2011-08-02Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas
2011-08-01Minor stylistic corrections.Robert Haas
2011-07-31Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut
2011-07-29Reduce sinval synchronization overhead.Robert Haas
2011-07-27Minor message style adjustmentPeter Eisentraut
2011-07-26Check to see whether libxml2 handles error context the way we expect.Tom Lane
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-07-25Silence compiler warning about uninitialized variable.Andrew Dunstan