summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-03-22A little further progress on schemas: push down RangeVars intoTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-15Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2002-03-10Add DEFAULT_INDEX_TYPE == "btree", for clarity.Bruce Momjian
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-08Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2002-03-06Improve elog descriptions.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-03-04Add PQunescapeBytea libpq function.Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-03-03Catcaches can now store negative entries as well as positive ones, toTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-03-01Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane
2002-03-01Teach planner about the idea that a mergejoin won't necessarily readTom Lane
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2002-02-25Add note that BLCKSZ must be a power of 2.Tom Lane
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-24Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane
2002-02-23Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut
2002-02-23Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut
2002-02-22We had a problem with to compile pgsql-7.2 under SW-8.0.Bruce Momjian
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-02-14Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane
2002-01-29Make S/390 TAS spell __inline__ the same way as the other eight GCCTom Lane
2002-01-22libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane
2002-01-16TOAST needs to do at least minimal time-qual checking in order not toTom Lane
2002-01-15Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane
2002-01-12Bump catversion to ensure people apply recent timestamp and sequenceTom Lane
2002-01-12Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart
2002-01-01Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()Tom Lane
2002-01-01Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart
2001-12-29Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart
2001-12-11Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'Tom Lane
2001-12-10Suppress subquery pullup and pushdown when the subquery has anyTom Lane
2001-12-04Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane
2001-12-03Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut