summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-20Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane
2005-11-20Modify tuptoaster's API so that it does not try to modify the passedTom Lane
2005-11-19DROP objecttype IF EXISTS for the following objects:Andrew Dunstan
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-17DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane
2005-11-14Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane
2005-11-14Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-06Add simple sanity checks on newly-read pages to GiST, too.Tom Lane
2005-11-06Add defenses to btree and hash index AMs to do simple sanity checksTom Lane
2005-11-05Clean up representation of SLRU page state. This is the cleaner fixTom Lane
2005-11-05Brand HEAD branch as 8.2devel.Tom Lane
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-26Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
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