summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-10-22Temporarily disable Qingqing's Windows signal processing patch, so thatTom Lane
2005-10-21Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane
2005-10-21Add an implicit cast from varchar to regclass, so that existing codeTom Lane
2005-10-18Improve trace_sort code to also show the total memory or disk space used.Tom Lane
2005-10-18Code review for regexp_replace patch. Improve documentation and comments,Tom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-14Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane
2005-10-13Add a comment describing the requirement that pointers into shared memoryNeil Conway
2005-10-12Do all accesses to shared buffer headers through volatile-qualifiedTom Lane
2005-10-11Add infrastructure for making spins_per_delay variable depending onTom Lane
2005-10-11Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom Lane
2005-10-10Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane
2005-10-09Fix (hopefully for the last time) problems with datetime values displayingTom Lane
2005-10-07Add spaces around operator.Bruce Momjian
2005-10-07Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane
2005-10-07Remove an unused typedef.Alvaro Herrera
2005-10-06Minor API cleanup for async notifications: we can only register theNeil Conway
2005-10-06When a function not returning RECORD has a single OUT parameter, useTom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-03Add a trace_sort option to help with measuring resource usage of externalTom Lane
2005-10-03Separate out the VacRUsage stuff as an independent module, in preparationTom Lane
2005-10-03Expand pg_control information so that we can verify that the databaseTom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-10-01_SPI_execute_plan failed to return result tuple table to caller inTom Lane
2005-09-28Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
2005-09-25The original patch to avoid building a hash join's hashtable when theTom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-09-22This patch cleans up the access to members of ItemIdData.Bruce Momjian
2005-09-19Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian
2005-09-16Rename pg_complete_relation_size() to pg_total_relation_size(), for theNeil Conway
2005-09-12Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane
2005-09-09Given its current definition that depends on time(NULL), timetz_zoneTom Lane
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-09-08Create the pg_pltemplate system catalog to hold template informationTom Lane
2005-09-02Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane
2005-08-29Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane
2005-08-29Sigh, looks like you need '.set mips2' before you can access MIPSTom Lane
2005-08-28Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane
2005-08-28Add a SYNC instruction to the S_UNLOCK sequence for MIPS.Tom Lane
2005-08-27Change the division of labor between grouping_planner and query_plannerTom Lane
2005-08-27Get the MIPS assembler syntax right. Also add a separate sync command;Tom Lane
2005-08-26Another try at the inlined MIPS spinlock code. Can't test this myself,Tom Lane
2005-08-26Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane
2005-08-26Some more mop-up for Windows IPv6 support. Andrew DunstanTom Lane
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-08-25Fix bogus freeaddrinfo() call in WIN32 code, extend gai_strerror toTom Lane
2005-08-25Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane
2005-08-23Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump toTom Lane