Commit Graph

14921 Commits (35e60ea967ed86b01273f7d46aac8456ca98fad6)
 

Author SHA1 Message Date
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
Bruce Momjian 3a8f67d091 Fix compile problem with Win32 macro used inside another macro. 23 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Bruce Momjian 9bad936f67 Handle cp, rm, and exec for Win32. 23 years ago
Tom Lane 9c264975d5 Fix some signed-vs-unsigned-int issues; make print_aligned_vertical 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 a385186ff7 Remove zero_damaged_pages from postgresql.conf.sample; the only way to 23 years ago
Tom Lane f1fb9e0097 Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO 23 years ago
Tom Lane 14e6823c7c Don't re-invent the strchr() wheel. 23 years ago
Tom Lane 61c9ea0f3c Fix load_user/load_group to not leave dangling pointers around if the 23 years ago
Tom Lane c19354dfb5 const-ify functions used with completion_matches(), to suppress 23 years ago
Tom Lane 906dce0464 Repair incorrect checking of grouped/ungrouped variables in the presence 23 years ago