| Commit message (Expand) | Author | Age |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 |
* | Improve elog descriptions. | Bruce Momjian | 2002-03-06 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | > Tatsuo Ishii wrote: | Bruce Momjian | 2002-03-05 |
* | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 |
* | Add PQunescapeBytea libpq function. | Bruce Momjian | 2002-03-04 |
* | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 |
* | Catcaches can now store negative entries as well as positive ones, to | Tom Lane | 2002-03-03 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 |
* | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 |
* | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane | 2002-03-01 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 |
* | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 |
* | Add note that BLCKSZ must be a power of 2. | Tom Lane | 2002-02-25 |
* | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 |
* | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane | 2002-02-24 |
* | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut | 2002-02-23 |
* | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut | 2002-02-23 |
* | We had a problem with to compile pgsql-7.2 under SW-8.0. | Bruce Momjian | 2002-02-22 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane | 2002-02-14 |
* | Make S/390 TAS spell __inline__ the same way as the other eight GCC | Tom Lane | 2002-01-29 |
* | libpq++/pgconnection.h must not include postgres_fe.h, else it fails to | Tom Lane | 2002-01-22 |
* | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane | 2002-01-16 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 |
* | Bump catversion to ensure people apply recent timestamp and sequence | Tom Lane | 2002-01-12 |
* | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart | 2002-01-12 |
* | Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION() | Tom Lane | 2002-01-01 |
* | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart | 2002-01-01 |
* | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart | 2001-12-29 |
* | Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' | Tom Lane | 2001-12-11 |
* | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane | 2001-12-10 |
* | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 |
* | Add configure-time check whether sig_atomic_t is defined; if not, | Tom Lane | 2001-12-03 |
* | More correct way to check for existence of types, which allows to specify | Peter Eisentraut | 2001-12-02 |
* | Remove compile errors of psql.exe and libpq.dll under | Hiroshi Inoue | 2001-11-22 |
* | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 |
* | IsSystemRelationName() treats TOAST relations as system relations. | Tom Lane | 2001-11-16 |
* | Remove 'triggered data change violation' error check, per recent | Tom Lane | 2001-11-16 |
* | Well the absolute correct solution would involve all of: | Bruce Momjian | 2001-11-15 |
* | Fix for AIX compile and unsigned/signed typedefs. | Bruce Momjian | 2001-11-15 |
* | Remove duplicate extern declaration. | Tom Lane | 2001-11-12 |
* | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane | 2001-11-12 |
* | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane | 2001-11-12 |
* | Add comments of duplicate definitions in interfaces/odbc/md5.h. | Bruce Momjian | 2001-11-12 |
* | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane | 2001-11-12 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 |
* | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 |