| Age | Commit message (Expand) | Author |
| 2003-05-02 | Back out second part of patch. | Bruce Momjian |
| 2003-05-02 | Back out last commit --- wrong patch. | Bruce Momjian |
| 2003-05-02 | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
| 2003-04-29 | Infrastructure for deducing Param types from context, in the same way | Tom Lane |
| 2003-04-29 | Remove unneeded define. | Bruce Momjian |
| 2003-04-29 | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane |
| 2003-04-27 | Put back encoding-conversion step in processing of incoming queries; | Tom Lane |
| 2003-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
| 2003-04-26 | Tweak stats collector start logic so that we will not try to spawn a | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-25 | Prevent unlink/rename Win32 mapping on frontends. | Bruce Momjian |
| 2003-04-25 | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian |
| 2003-04-24 | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane |
| 2003-04-24 | Add Win32 shmem/sema prototypes. | Bruce Momjian |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-22 | Add Win32 versions of unlink and rename --- loop until success. | Bruce Momjian |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-20 | Apple's assembler likes the inlined TAS syntax too, so no reason to | Tom Lane |
| 2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
| 2003-04-18 | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian |
| 2003-04-17 | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane |
| 2003-04-17 | Fix abstime-to-time cast function, which has had broken implementation | Tom Lane |
| 2003-04-08 | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane |
| 2003-04-06 | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-04-04 | Tighten up register usage for inline PPC version of tas(). | Tom Lane |
| 2003-04-04 | Put the isync where it's supposed to be. | Tom Lane |
| 2003-04-04 | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane |
| 2003-04-04 | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane |
| 2003-04-02 | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane |
| 2003-03-29 | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut |
| 2003-03-28 | Add code to apply some simple sanity checks to the header fields of a | Tom Lane |
| 2003-03-27 | Add new file. | Bruce Momjian |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2003-03-23 | Instead of storing pg_statistic stavalues entries as text strings, store | Tom Lane |
| 2003-03-22 | Adjust subquery qual pushdown rules to be more forgiving: if a qual | Tom Lane |
| 2003-03-21 | Fix compile warning. | Tom Lane |
| 2003-03-21 | Add hostmask() function: | Bruce Momjian |
| 2003-03-21 | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut |
| 2003-03-21 | Reimplement NUMERIC datatype using base-10000 arithmetic; also improve | Tom Lane |
| 2003-03-20 | This patch creates a function named pg_get_triggerdef that takes the oid of | Bruce Momjian |
| 2003-03-20 | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian |
| 2003-03-20 | Todo items: | Bruce Momjian |
| 2003-03-20 | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian |
| 2003-03-20 | > I can see a couple possible downsides: (a) the library might have some | Bruce Momjian |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-03-19 | Set up the privileges on the default schemas in initdb with real GRANT | Peter Eisentraut |
| 2003-03-18 | Compiling anything that uses InvalidOid under g++ yields a warning about | Bruce Momjian |