Commit Graph

8180 Commits (d72eb7cbbd69dbef1a642d48aeef5cff5c145dc0)
 

Author SHA1 Message Date
Bruce Momjian d72eb7cbbd Update TODO list. 26 years ago
Tom Lane 11f7b29054 Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where 26 years ago
Bruce Momjian 66436e66e1 Update for createlang options in docs. 26 years ago
Bruce Momjian ae2cf18f55 more procedural doc cleanup 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
Bruce Momjian af17128656 Update FAQ_DEV. 26 years ago
Bruce Momjian 6952b3196b Update FAQ_DEV. 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 dabe897940 If CFLAGS was specified in the environment, use that, not what the template 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
Bruce Momjian 7bea44f449 autoconf 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
Bruce Momjian b83047eee2 Remove pg_dumpaccounts from 7.1 tree. 26 years ago
Bruce Momjian 854307a11e Update TODO list. 26 years ago
Peter Eisentraut b7f4c64202 Add pg_dumpall --accounts-only option. 26 years ago
Bruce Momjian cd5dbfb115 Update TODO list. 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
Jan Wieck 94b8640cd9 Added utility script pg_dumpaccounts to contrib. 26 years ago
Bruce Momjian 1173809333 autoconf 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
Tatsuo Ishii 6d7f1d3300 Fix for PQsetdb port parameter due to the interface change. 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 0c0dde6176 Hashing functions from Marko Kreen <marko@l-t.ee> 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