Commit Graph

7823 Commits (6f64c2e54a0b14154a335249f4dca91a39c61c50)
 

Author SHA1 Message Date
Peter Eisentraut 6f64c2e54a New unified regression test driver, test/regress makefile cleanup, 26 years ago
Peter Eisentraut 2a7da3f564 Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 26 years ago
Peter Eisentraut 30826ce8e3 Enable initdb to create several levels of directories for PGDATA, if 26 years ago
Peter Eisentraut 1e2eb210bc Linking with -lc or -lm crashes on Cygwin; filter out those libraries from 26 years ago
Peter Eisentraut 52dda5ec05 Cygwin uses _sys_nerr for sys_nerr 26 years ago
Hiroshi Inoue 5f18e2183e BufferAlloc() doesn't allocate write error buffers. 26 years ago
Hiroshi Inoue 77df055c54 avoid database-wide restart on write error 26 years ago
Peter Eisentraut 49e75453bd Cygwin doesn't have DST before 1970 either 26 years ago
Peter Eisentraut 664ce79dd8 Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 26 years ago
Bruce Momjian f5ab016923 Change with delimiters to using delimiters in psql manual page. 26 years ago
Peter Eisentraut 64610a82f2 Reset current user id to session user id during transaction abort 26 years ago
Michael Meskes 76f286b2ce - Synced preproc.y with gram.y. 26 years ago
Tatsuo Ishii e9da3dc673 Fix compile error in ecpg when enable-multibyte is on. This is due to 26 years ago
Peter Eisentraut a279ced884 document configure --without-tk 26 years ago
Peter Eisentraut c0cba9efe7 When the RI triggers lock the PK table, temporarily switch the current user 26 years ago
Peter Eisentraut f428d053ce Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 26 years ago
Tom Lane e353e73768 Correct error in grammar for subselect-in-FROM: SQL spec does not allow 26 years ago
Tom Lane 8bdc2bf030 Use variable aliases, if supplied, rather than real column names in 26 years ago
Tom Lane 164caa3951 System neglected to complain about ungrouped variables passed to 26 years ago
Tom Lane 74f0b61bf4 Karel missed an ichar->chr ... 26 years ago
Bruce Momjian fa1c31eab6 Change // to /*. 26 years ago
Bruce Momjian ebdfac3bb1 the patch include: 26 years ago
Bruce Momjian 516aac42f9 disable plperl again. 26 years ago
Tom Lane a8405cfc4d Acquire read lock on a buffer while writing it out, to prevent 26 years ago
Tom Lane 384d94efdd Tweak resultmap so that geometry regress test selects the right comparison 26 years ago
Tom Lane acbbeffc29 Clean up some ugly coding (hardwired constants) in index_formtuple. 26 years ago
Peter Eisentraut 33e5a4dfa5 These are obsolete. 26 years ago
Peter Eisentraut 27777b6645 Don't free() the result of getpwuid(). 26 years ago
Tom Lane 920c5062d2 SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases. 26 years ago
Tom Lane d35437069a Add check of 'SET DateStyle TO DEFAULT'. 26 years ago
Peter Eisentraut 353371874f Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something 26 years ago
Michael Meskes b4c8d47ab0 *** empty log message *** 26 years ago
Tom Lane eab8ee9524 Fix coredump in copyCommentStmt(). 26 years ago
Michael Meskes 339a5bbfb1 *** empty log message *** 26 years ago
Tom Lane 95563e7bbf Make sure that FlushRelationBuffers() is invoked by all paths through 26 years ago
Tom Lane ba2ea6e0f5 Fix GEQO optimizer to work correctly with new outer-join-capable 26 years ago
Peter Eisentraut 457ac0331c Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 26 years ago
Michael Meskes e9c3f0255f *** empty log message *** 26 years ago
Tom Lane a5a290cab9 Make rule lister use aliases from FROM clause when a table column has 26 years ago
Peter Eisentraut 2acdef186d Move contrib/odbc/odbc.sql together with odbc driver, remove old files; 26 years ago
Philip Warner 7cce011178 Only retrieve view definition if relation is a view (case statement) 26 years ago
Philip Warner 565afb889d Uses column select expressions to get object object owners and tests for blank names 26 years ago
Tom Lane aef7a0c8ea Parse JOIN/ON conditions with the proper visibility of input columns, 26 years ago
Peter Eisentraut 418bd67eda Add a blurb about what tools are required to build. 26 years ago
Peter Eisentraut 239f74d28d psql forgot to close connection before re-issuing password prompt. 26 years ago
Tom Lane b5d609a300 Improve error message for dumpRules() failure 26 years ago
Peter Eisentraut 335248c9b7 Support for DESTDIR make variable. This is used as in `make install 26 years ago
Tom Lane e930a9a97b Add ILIKE operators ~~*, !~~* to documentation. 26 years ago
Tom Lane 8d48d89dc7 Variant horology resultfiles are inconsistent with the test, again. 26 years ago
Tom Lane 8ae9ad1cb8 Reimplement LIKE/ESCAPE as operators so that indexscan optimization 26 years ago