summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-07Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian
2011-09-04Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-04Remove unnecessary and circular #include.Tom Lane
2011-09-04walsender.h doesn't need xlog.h, per Tom.Bruce Momjian
2011-09-04Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian
2011-09-03Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane
2011-09-02Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane
2011-09-01Improve method of avoiding fcinfo compile errors.Bruce Momjian
2011-09-01Add C comment about necessary NetBSD include.Bruce Momjian
2011-09-01Add missing hba.h include for NetBSD.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-09-01setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-09-01Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas
2011-08-29Use a non-locking test in TAS_SPIN() on all IA64 platforms.Tom Lane
2011-08-29Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian
2011-08-26Add markers.Bruce Momjian
2011-08-26Add markers for skips.Bruce Momjian
2011-08-26Improve comments describing tsvector data structure.Tom Lane
2011-08-23Add missing include so include file compiles cleanly on its own.Bruce Momjian
2011-08-21Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane
2011-08-13Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-08-10Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane
2011-08-10Oops, we're working on version 9.2 already, not 9.1. Update theHeikki Linnakangas
2011-08-10If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas
2011-08-09Documentation improvement and minor code cleanups for the latch facility.Tom Lane
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-08-08Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.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-07-23Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-18Add pg_opfamily_is_visible.Robert Haas
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-16Add an errdetail_internal() ereport auxiliary routine.Tom Lane