aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Repair sloppiness about where cached mergeclause pathkeys are allocated.Tom Lane2003-05-02
* Update to describe new set of globally-known contexts planned for supportTom Lane2003-04-30
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* Prevent coredump in current_schemas() if someone has just deleted aTom Lane2003-04-27
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* Department of second thoughts: probably still need an IsTransactionStateTom Lane2003-04-27
* Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane2003-04-27
* Repair permissions problem in RI triggers: query parsing has to be doneTom Lane2003-04-26
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* Tweak stats collector start logic so that we will not try to spawn aTom Lane2003-04-26
* Make [VACUUM] ANALYZE safe on zero-column tables.Tom Lane2003-04-25
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* const-ify info_cb() to match recent openssl releases. Per Joe Conway.Tom Lane2003-04-25
* Fix breakage induced by yours truly in Kerberos and PAM code.Tom Lane2003-04-25
* COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane2003-04-25
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-25
* Adjust subquery qual pushdown rules so that we can push down a qualTom Lane2003-04-24
* Add Win32 Makefile for IPC stuff.Bruce Momjian2003-04-24
* No need for include for Win32 right now.Bruce Momjian2003-04-24
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-24
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* pgindent new Win32 files.Bruce Momjian2003-04-24
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-24
* Add shared memory and semaphore routines for Win32.Bruce Momjian2003-04-24
* getaddrinfo has no business doing unlink().Tom Lane2003-04-22
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Prevent palloc(0) error when parent table has zero columns.Tom Lane2003-04-21
* stddev() and variance() should return NULL when there is just one inputTom Lane2003-04-21
* Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane2003-04-20
* Avoid O(N^2) behavior with lots of deferred triggers by makingTom Lane2003-04-20
* Allow \r and \r\n termination for COPY files.Bruce Momjian2003-04-19
* Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian2003-04-19
* Add more documentation about shared memory costs.Tom Lane2003-04-19
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Fix stupid oversight ...Tom Lane2003-04-16
* eqjoinsel's logic for case where MCV lists are not present shouldTom Lane2003-04-15
* Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane2003-04-14
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-13
* Add code to provide useful dynamic-linking error messages on OS X.Tom Lane2003-04-13
* Guard against macro versions of isblank().Tom Lane2003-04-12
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-12
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-10
* Remove premature attempt to constant-fold type coercion expressions.Tom Lane2003-04-10
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Mark TimeScales constants as double to avoid integer overflow in some compilers.Tom Lane2003-04-08
* Remove extraneous semicolons.Tom Lane2003-04-08
* Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck2003-04-07