Commit Graph

14994 Commits (1940434f1ef8475c8b59bb8ff03e3f3a10cac6ae)
 

Author SHA1 Message Date
Tom Lane 1940434f1e Repair sloppiness about where cached mergeclause pathkeys are allocated. 23 years ago
Michael Meskes f7d836212a Fixed double definition of ecpg_compat_mode. 23 years ago
Michael Meskes 9e9d8d54e3 Added an option to force ecpg to also parse files includes via '#include' and some more Informix stuff. 23 years ago
Tom Lane cffded96ea Documentation refers to box() function where it should say box_intersect(). 23 years ago
Tom Lane 0c57d69dd7 Update to describe new set of globally-known contexts planned for support 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
Bruce Momjian 6a17d226b5 Update German FAQ, from Ian Barwick 23 years ago
Tom Lane eea36f661c Minor wordsmithing on .pgpass description. 23 years ago
Tom Lane 05e7dd3156 Minor improvement in wording. 23 years ago
Tom Lane 11def6906b Missed some corner cases (PGSERVICE mostly)... 23 years ago
Tom Lane 092133beb3 Okay, I've had it with PQsetdbLogin having slightly different defaults 23 years ago
Tom Lane d08007ae77 Make getaddrinfo's behavior with NULL node parameter agree with the 23 years ago
Tom Lane 1045655a25 Prevent coredump in current_schemas() if someone has just deleted a 23 years ago
Tom Lane 4089d25175 Fix plpgsql so that variables of composite types (rowtypes) can be 23 years ago
Tom Lane 982430f846 Put back encoding-conversion step in processing of incoming queries; 23 years ago
Tom Lane 351372e585 Department of second thoughts: probably still need an IsTransactionState 23 years ago
Tom Lane 5f15fa8d06 Clean up some problems in SetClientEncoding: failed to honor doit flag 23 years ago
Peter Eisentraut 20aae3047f Editing of more reference pages. 23 years ago
Tom Lane 3a496c8af0 Repair permissions problem in RI triggers: query parsing has to be done 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 9fdb1de3ba Make [VACUUM] ANALYZE safe on zero-column tables. 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 97e2446bf0 Add new versions DLL lists, from Karl Waclawek 23 years ago
Bruce Momjian 7b4aa31007 Fix typo in DLL list. 23 years ago
Tom Lane 3831636645 const-ify info_cb() to match recent openssl releases. Per Joe Conway. 23 years ago
Tom Lane f779a34c16 Fix breakage induced by yours truly in Kerberos and PAM code. 23 years ago
Tom Lane 6687650ce6 COPY and pg_dump failed to cope with zero-column tables. Fix 'em. 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 555fe9dda8 Add Win32 Makefile for IPC stuff. 23 years ago
Bruce Momjian 4a10ce5db3 No need for include for Win32 right now. 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 a91c5be6a4 pgindent new Win32 files. 23 years ago
Bruce Momjian 1a67e4869c Add shared memory and semaphore routines for Win32. 23 years ago
Bruce Momjian d670bf378c Add shared memory and semaphore routines for Win32. 23 years ago
Bruce Momjian 3126c78b1a Add comments to replace/unlink Win32 functions. 23 years ago
Bruce Momjian 5dc844b75c Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. 23 years ago
Bruce Momjian 52e49e298f Remove Win32 special rename/unlink from libpq. 23 years ago
Bruce Momjian b6660fddb5 Update CVS with new FAQ. 23 years ago
Peter Eisentraut 3450fd08a9 More editing of reference pages. 23 years ago
Tom Lane 8a703496a2 getaddrinfo has no business doing unlink(). 23 years ago
Bruce Momjian 7fc30094c7 Add dirmod to libpq Makefile. 23 years ago
Bruce Momjian b952f0ef9b Add Win32 unlink/rename file. 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