aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-05
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane2002-03-04
* Catcaches can now store negative entries as well as positive ones, toTom Lane2002-03-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-01
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* Add note that BLCKSZ must be a power of 2.Tom Lane2002-02-25
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-25
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-24
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-23
* We had a problem with to compile pgsql-7.2 under SW-8.0.Bruce Momjian2002-02-22
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* Make S/390 TAS spell __inline__ the same way as the other eight GCCTom Lane2002-01-29
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-22
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-16
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-15
* Bump catversion to ensure people apply recent timestamp and sequenceTom Lane2002-01-12
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-12
* Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()Tom Lane2002-01-01
* Rename TIME token to ISOTIME to eliminate conflict with gram.y parserThomas G. Lockhart2002-01-01
* Rework the date/time parsing to tighten up some cases and to enable otherThomas G. Lockhart2001-12-29
* Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'Tom Lane2001-12-11
* Suppress subquery pullup and pushdown when the subquery has anyTom Lane2001-12-10
* Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easierTom Lane2001-12-04
* Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane2001-12-03
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-02
* Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue2001-11-22
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-21
* IsSystemRelationName() treats TOAST relations as system relations.Tom Lane2001-11-16
* Remove 'triggered data change violation' error check, per recentTom Lane2001-11-16
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-15
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-15
* Remove duplicate extern declaration.Tom Lane2001-11-12
* Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane2001-11-12
* The PacketReceive/PacketSend routines aren't used anymore.Tom Lane2001-11-12
* Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian2001-11-12
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-12
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart2001-11-06
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-06
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-05