Commit Graph

2639 Commits (299fbb4b379003557f79d2732a85ece168d04ec4)

Author SHA1 Message Date
Tom Lane 2cf57c8f8d Implement feature of new FE/BE protocol whereby RowDescription identifies 23 years ago
Tom Lane 94a3c60324 Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), 23 years ago
Tom Lane 16503e6fa4 Extended query protocol: parse, bind, execute, describe FE/BE messages. 23 years ago
Bruce Momjian a7fd03e1de Handle clog structure in shared memory in exec() case, for Win32. 23 years ago
Bruce Momjian 36fa297497 SECOND ATTEMPT 23 years ago
Bruce Momjian 9f0d69f527 Back out second part of patch. 23 years ago
Bruce Momjian a2e038fbee Back out last commit --- wrong patch. 23 years ago
Bruce Momjian fb1f7ccec5 Dump/read non-default GUC values for use by exec'ed backends, for Win32. 23 years ago
Tom Lane de28dc9a04 Portal and memory management infrastructure for extended query protocol. 23 years ago
Tom Lane aa282d4446 Infrastructure for deducing Param types from context, in the same way 23 years ago
Bruce Momjian 19141f5584 Remove unneeded define. 23 years ago
Tom Lane 4a5f38c4e6 Code review for holdable-cursors patch. Fix error recovery, memory 23 years ago
Tom Lane 982430f846 Put back encoding-conversion step in processing of incoming queries; 23 years ago
Tom Lane 4db9689d1a Add transaction status field to ReadyForQuery messages, and make room 23 years ago
Tom Lane 2b1e36c7c0 Tweak stats collector start logic so that we will not try to spawn a 23 years ago
Tom Lane 9cbaf72177 In the continuing saga of FE/BE protocol revisions, add reporting of 23 years ago
Bruce Momjian a2190c9eb6 Prevent unlink/rename Win32 mapping on frontends. 23 years ago
Bruce Momjian db7e46a76d Use closesocket() for all socket/pipe closing, because Win32 requires 23 years ago
Tom Lane 5f677af2da Adjust subquery qual pushdown rules so that we can push down a qual 23 years ago
Bruce Momjian 20ead395c7 Add Win32 shmem/sema prototypes. 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Bruce Momjian dfc6649c4d Add Win32 versions of unlink and rename --- loop until success. 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Tom Lane f9ba0a7fe5 Apple's assembler likes the inlined TAS syntax too, so no reason to 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Tom Lane cb7fb3ca95 First phase of FE/BE protocol modifications: new StartupPacket layout 23 years ago
Tom Lane 31845dd363 Fix abstime-to-time cast function, which has had broken implementation 23 years ago
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Tom Lane eb5e4c58d1 Tighten up register usage for inline PPC version of tas(). 23 years ago
Tom Lane cd35d601b8 Put the isync where it's supposed to be. 23 years ago
Tom Lane d685417fbb Avoid repeated computation of the constants date2j(1970, 1, 1) and 23 years ago
Tom Lane 3b4ca4c0d9 Code review for pg_stat_get_backend_activity_start patch --- fix 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Peter Eisentraut 82a91eb54e Simplify the socket handling code by supplying a replacement getaddrinfo() 23 years ago
Tom Lane fd42262836 Add code to apply some simple sanity checks to the header fields of a 23 years ago
Bruce Momjian 5e8499d995 Add new file. 23 years ago
Bruce Momjian 54f7338fa1 This patch implements holdable cursors, following the proposal 23 years ago
Tom Lane bf576cc014 GetTupleForTrigger must use outer transaction's command counter for time 23 years ago
Tom Lane 8d9e025e7f Instead of storing pg_statistic stavalues entries as text strings, store 23 years ago
Tom Lane 05f916e6ad Adjust subquery qual pushdown rules to be more forgiving: if a qual 23 years ago
Tom Lane e43094b124 Fix compile warning. 23 years ago
Bruce Momjian e02f818311 Add hostmask() function: 23 years ago
Peter Eisentraut 1a7f4ed525 Make "win" a separate port from "cygwin". This means you can now 23 years ago
Tom Lane d72f6c7503 Reimplement NUMERIC datatype using base-10000 arithmetic; also improve 23 years ago
Bruce Momjian 3be6367b9f This patch creates a function named pg_get_triggerdef that takes the oid of 23 years ago
Bruce Momjian 432b9b0f75 Add ALTER TABLE <tablename> CLUSTER ON <indexname> 23 years ago
Bruce Momjian 5f65225fa3 Todo items: 23 years ago