Commit Graph

14957 Commits (a91c5be6a47349d87068680c80839aae76304285)
 

Author SHA1 Message Date
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
Tom Lane ca944bd2d4 Prevent palloc(0) error when parent table has zero columns. 23 years ago
Bruce Momjian 185ad7a839 Add mention of Novell Netware 6 port. 23 years ago
Tom Lane 1dc3a62ec7 stddev() and variance() should return NULL when there is just one input 23 years ago
Tom Lane f9ba0a7fe5 Apple's assembler likes the inlined TAS syntax too, so no reason to 23 years ago
Tom Lane b5d0051ecf Fix multiple causes of breakage in plperl's error handling. 23 years ago
Tom Lane b40bc9eac6 Avoid O(N^2) behavior with lots of deferred triggers by making 23 years ago
Bruce Momjian 7773434999 Make it clear it is the server version that determines if crlf is used. Idea from Joe Conway. 23 years ago
Bruce Momjian c3b7d2d522 Allow \r and \r\n termination for COPY files. 23 years ago
Bruce Momjian 9c48cae3e4 Add pipe parameter to COPY function to allow proper line termination. 23 years ago
Tom Lane 3df163ad89 Add more documentation about shared memory costs. 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Tom Lane 54b38d293e Fix breakage from recent variable-handling changes. 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
Bruce Momjian 76fd678c06 Make pg_dump's concurency capability more prominent. 23 years ago
Tom Lane 31845dd363 Fix abstime-to-time cast function, which has had broken implementation 23 years ago
Barry Lind 0b88b63709 Applied patches from Kris Jurka fixing a string tokenizing problem and 23 years ago
Tom Lane 26b237ffad Various clarifications; add a clear DRAFT marker; minor adjustments in 23 years ago
Bruce Momjian e8ee547829 Add mention of OpenProjects IRC channel. It is as large as EFNet now. 23 years ago
Tom Lane 1719fd55d3 Fix some problems exposed by building outside the source tree. 23 years ago
Tom Lane 1426db5d95 Fix stupid oversight ... 23 years ago
Tom Lane fe19e56c57 First draft of revised FE/BE protocol specification. Still needs work, 23 years ago
Bruce Momjian dde302dd4b Update Japanese FAQ, from Jun Kuwamura. 23 years ago
Peter Eisentraut 35e60ea967 Change names of ISO-8859-x encodings to ISO_8859_x, to match reality. 23 years ago
Peter Eisentraut 7c084d148f Bring SQL ref pages to consistent format, part 1. 23 years ago
Peter Eisentraut 72aa9488d3 Add better markup and improve some text here and there. 23 years ago
Tom Lane 5ab15591d9 eqjoinsel's logic for case where MCV lists are not present should 23 years ago
Tom Lane 49c3cf5fd1 path.c needs to be included in libpq; per Joe Conway. 23 years ago
Tom Lane 3f4f235f79 Another try at correctly explaining the difference between Postgres and 23 years ago
Tom Lane 0851e12244 Reorganize clog's error reporting so that PANIC on clog I/O error can 23 years ago
Bruce Momjian 6bfa2df64e Document file name as optional for \o in psql help (\h). 23 years ago
Tom Lane 4af1769ae9 Minor copy-editing. 23 years ago
Tom Lane 6d99dbb0c9 Clarify description of our deviation from standard for temp tables, 23 years ago
Dave Cramer 810e0b982b exposed the addDataType method to the PGConnection, allows users to add datatypes 23 years ago
Peter Eisentraut 6ff82c6742 Integrate the operator class section into the comprehensive extending SQL 23 years ago
Peter Eisentraut 4e5602e9b8 A couple of minor fixes 23 years ago
Barry Lind 51acf97235 Applied patch submitted by Nic Ferrier with some cleanups of his previous 23 years ago