summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2003-04-04Back-patch changes to validate page header fields immediately afterTom Lane
2003-03-27GetTupleForTrigger must use outer transaction's command counter for timeTom Lane
2003-03-14Repair incorrect prorettype entry for timestamptz_izone. Can't forceTom Lane
2003-03-06Tweak dependency code to suppress NOTICEs generated by new method forTom Lane
2003-02-20Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane
2003-02-19Back patch for GUC client_encoding variable not being handledTatsuo Ishii
2003-02-07Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane
2003-02-02Brand 7.3.2.Tom Lane
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-23Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane
2003-01-21Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-08Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane
2003-01-08Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane
2003-01-01Awhile back I wrote that freebsd.h was probably broken in the places whereTom Lane
2002-12-18Stamp 7.3.1.Bruce Momjian
2002-12-16Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane
2002-12-05Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian
2002-11-22TAS code originally written for s390 (32-bit) does not work for s390xTom Lane
2002-11-18Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane
2002-11-12Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane
2002-11-08Back-patch changes to address Perl _GNU_SOURCE problem.Tom Lane
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
2002-11-02Fix permissions-checking bugs and namespace-search-path bugs inTom Lane
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