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