Commit Graph

14935 Commits (3df163ad8985c2fbf706b44a1504ffaa5da16ffa)
 

Author SHA1 Message Date
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
Tom Lane 3fd5faed5b Second try at avoiding conflicts with system isblank(). 23 years ago
Tom Lane ff5456feae Add code to provide useful dynamic-linking error messages on OS X. 23 years ago
Tom Lane e138630251 On some systems <sys/types.h> must be included before <sys/socket.h>. 23 years ago
Tom Lane ae02cf3c44 Guard against macro versions of isblank(). 23 years ago
Tatsuo Ishii 35a0995992 Fix encoding conversion function bug. 23 years ago
Peter Eisentraut d8521b9b91 Revision 23 years ago
Peter Eisentraut dcb0049523 Revision 23 years ago
Tom Lane 5674460bb0 Fix error recovery for SSL_read/SSL_write calls. 23 years ago
Michael Meskes 76b45c9842 Informix fixes. 23 years ago
Tom Lane da2060e5fd Remove premature attempt to constant-fold type coercion expressions. 23 years ago
Peter Eisentraut a6554df4f7 In an effort to reduce the total number of chapters, combine the small 23 years ago
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
Tom Lane 6fb5115850 Get rid of inappropriate flags in CPPFLAGS override --- these break 23 years ago
Tom Lane 20f8480927 Mark TimeScales constants as double to avoid integer overflow in some compilers. 23 years ago
Tom Lane dbb7503660 Remove extraneous semicolons. 23 years ago
Michael Meskes a50f285d8d Added some more informix compatibility functions. 23 years ago
Jan Wieck cd203f3395 Avoid primary key lookup (and lock) if foreign key does not change 23 years ago
Tom Lane afe1185cf0 Remove unnecessary dt2local() call. 23 years ago
Peter Eisentraut a8cb3368db General editing 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Peter Eisentraut d7c333eb9a Fix markup. 23 years ago
Tom Lane 8cd571b202 Clarify exactly when DST-changeover-induced regression test failures 23 years ago