summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-07-18MemSet() must not cast its pointer argument to int32* until after it hasTom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-05-05Stamp release 7.3.10.Tom Lane
2005-01-30Stamp release 7.3.9.Tom Lane
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2004-10-22Stamp release 7.3.8.REL7_3_8Tom Lane
2004-08-15Stamp 7.3.7.Tom Lane
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-03-02Brand 7.3.6.REL7_3_6Tom Lane
2003-12-02Brand 7.3.5.REL7_3_5Tom Lane
2003-11-30Back-patch fix to cause stats processes to detach from shared memory,Tom Lane
2003-07-23Stamp 7.3.4 release.Bruce Momjian
2003-05-22Brand 7.3.3.Tom Lane
2003-04-17Fix abstime-to-time cast function, which has had broken implementationTom Lane
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