summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-10-31Code review for statement_timeout patch. Fix some race conditionsTom Lane
2002-10-25Add dummy variable declaration to PG_FUNCTION_INFO_V1() to preventTom Lane
2002-10-25Remove #warning directive, which is nonstandard and isn't reallyTom Lane
2002-10-24Function-call-style type coercions should be treated as explicitTom Lane
2002-10-24Add fseeko for NetBSD.Bruce Momjian
2002-10-23Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian
2002-10-22Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut
2002-10-21Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
2002-10-21Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut
2002-10-20Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane
2002-10-19Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-18Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane
2002-10-14Make SPI's execution of querystrings follow the rules agreed to forTom Lane
2002-10-14Adjust handling of command status strings in the presence of rules,Tom Lane
2002-10-14Add missing entries for bit<->int4 and bit<->int8 conversions.Tom Lane
2002-10-14Arrange to copy relcache's trigdesc structure at the start of anyTom Lane
2002-10-11Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-10-08Again improve MemSet comments.Bruce Momjian
2002-10-08Update MemSet comments.Bruce Momjian
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-10-03This patch removes two unused global variables from globals.cBruce Momjian
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2002-09-26Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane
2002-09-26Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane
2002-09-24Update some obsolete comments and column descriptions.Tom Lane
2002-09-24Remove useless O_DIROPEN stuff.Peter Eisentraut
2002-09-23Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to otherTom Lane
2002-09-23Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane
2002-09-22Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane
2002-09-22Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane
2002-09-22Move most of the error checking for foreign-key constraints out ofTom Lane
2002-09-21Provide an upgrade strategy for dump files containing functions declaredTom Lane
2002-09-21Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane
2002-09-20Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane
2002-09-19Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane
2002-09-19Department of second thoughts: suppressing implicit casts everywhere inTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-17Un-break duplicate_oids script.Tom Lane
2002-09-12The small context diff below corrects what seems to be an oversight inBruce Momjian
2002-09-12Joe Conway wrote:Bruce Momjian
2002-09-11Tweak querytree-dependency-extraction code so that columns of tablesTom Lane
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian