Commit Graph

6889 Commits (d72eb7cbbd69dbef1a642d48aeef5cff5c145dc0)

Author SHA1 Message Date
Tom Lane 11f7b29054 Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where 26 years ago
Bruce Momjian 4b71943bb2 Make PROCEDURAL optional in CREATE/DROP LANGUAGE. 26 years ago
Bruce Momjian 90c63942c4 This patch should allow primary/foreign key 26 years ago
Peter Eisentraut b61f681f23 Remove .SECONDARY: target again, because GNU make 3.78.1 will get mighty 26 years ago
Peter Eisentraut c7a794998a Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++ 26 years ago
Peter Eisentraut 1fdf2edc9d Put -Ae into CC not CFLAGS, since it's not optional. 26 years ago
Peter Eisentraut 4aa1aabd7a This is no longer used since we have the 'resultmap'. 26 years ago
Peter Eisentraut 1f2f53c648 Since the backend now handles relative PGDATA, initdb doesn't have to work 26 years ago
Peter Eisentraut abfb417574 Make the backend grok relative paths for the data directory by converting 26 years ago
Tatsuo Ishii 6862a05364 Fix for missing EUC_TW encoding 26 years ago
Peter Eisentraut 7301660048 outdated and obsolete 26 years ago
Peter Eisentraut a18490b73d Add global .SECONDARY: target to not allow make to delete intermediate 26 years ago
Tom Lane 6be6a185d9 Minor code cleanups, make in_group() check faster. 26 years ago
Tom Lane aceec9ae1a Fix bug reported by bobson: aclinsert3 would delete the 'world' entry 26 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 26 years ago
Vadim B. Mikheev b98ba2a04c pg_variable is not used in WAL version now. 26 years ago
Michael Meskes b703c127ed Parser sync. 26 years ago
Tom Lane 94d8bbe5fb Improve inv_getsize() per suggestion from Denis Perchine; also fix 26 years ago
Tom Lane db263da468 Peter forgot to fix {operator} rule to match modified definition of 26 years ago
Tom Lane 7a64100164 Fix insufficiently-parenthesized macro definitions. 26 years ago
Peter Eisentraut b7f4c64202 Add pg_dumpall --accounts-only option. 26 years ago
Peter Eisentraut 26c825e4b0 Allow initdb to handle relative paths for PGDATA, by converting them to 26 years ago
Bruce Momjian bc9b199c26 Change bool to boolean in docs. 26 years ago
Peter Eisentraut 54121b9a8b Pass on all CPPFLAGS that look like -I* to the PL/Perl build. 26 years ago
Peter Eisentraut d1bfa6c72e Add runtime configuration options to control permission bits and group 26 years ago
Vadim B. Mikheev 855ffa0be0 Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed. 26 years ago
Peter Mount 961eb5716b Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolute doesnt handle negative row numbers correctly. 26 years ago
Vadim B. Mikheev 3706f08ace Fix recovery cache code (thanks to Peter Eisentraut for 26 years ago
Peter Eisentraut b99ee7f37d This is the minimal version of the Darwin support patch from 26 years ago
Peter Eisentraut dc0f5cb090 Determine CXXFLAGS after the C++ compiler was detected. Also honor 26 years ago
Michael Meskes fae180f477 Added patch by Christof Petig <christof.petig@wtal.de> that fixes some bugs in preproc.y. 26 years ago
Peter Eisentraut 9cbcbf0fb3 Use $(filter ...), not $(findstring ...). 26 years ago
Philip Warner 44954fae08 Added long-standing transaction when restoring BLOBS (uses commit every BLOB_BATCH_SIZE) 26 years ago
Peter Eisentraut 0babf31640 Change internal string representation of BitString node to include a 26 years ago
Peter Eisentraut 73874a06f0 Change the parser to convert SQL "position" and "substring" syntax to 26 years ago
Peter Eisentraut d397c1c8a2 Disallow zero-length delimited identifier (per SQL). 26 years ago
Michael Meskes c7a3e0dfcb Sync preproc.y with gram.y. 26 years ago
Tatsuo Ishii 1acf6f9c8e Add support for code conversion between Unicode and other encodings. 26 years ago
Tatsuo Ishii 0b10d35e2b Avoid dependency on backend's multibyte module as possible. 26 years ago
Tatsuo Ishii e5b6b0ebb9 Add new configure option "--enable-uniconv" that enables automatic 26 years ago
Tatsuo Ishii dd9dcd59cf include pg_wchar.h to import a fucntion prototype of pg_mbcliplen 26 years ago
Vadim B. Mikheev e3ba543525 WAL fixes. 26 years ago
Bruce Momjian 433cd770bc update flags. 26 years ago
Peter Eisentraut 30402ce74a Automatic dependency tracking for C++ (GCC only) 26 years ago
Peter Eisentraut 86f0812520 Remove special treatment of '|' operator, in the spirit of "sane" binary 26 years ago
Peter Eisentraut 525e1c4436 USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 26 years ago
Peter Eisentraut 8b04311293 Omit perl and python interfaces when making temporary installation. 26 years ago
Peter Eisentraut 2044bdcca0 Should be "test =", not "test ==". 26 years ago
Michael Meskes dfb12a9850 Removed multibyte stuff since client does not know about encoding in the backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de). 26 years ago
Peter Eisentraut 4f82ab4c97 #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp 26 years ago