Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Bruce Momjian 819f22a302 Allow PL/python to return composite types and result sets 19 years ago
Bruce Momjian 5e33d6df36 Suppress some NOTICE messages from REINDEX command. 19 years ago
Tom Lane a83c71eb24 Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 19 years ago
Peter Eisentraut 4c0bd228fa Repair interpretation of GB as MB. 19 years ago
Bruce Momjian c23be34a25 Attibution addition: Add Karel Zak also for COPY SELECT. 19 years ago
Bruce Momjian d22164d4c4 Correct attibution: 19 years ago
Tom Lane 85188ab883 Extend COPY to support COPY (SELECT ...) TO ... 19 years ago
Bruce Momjian 0d5065781d Update logging of prepare/execute syntax, per comments from Guillaume Smet. 19 years ago
Tom Lane 3a6e2ff08a Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE 19 years ago
Tom Lane f6d7ef08a7 Dept. of second thoughts: if query fails part way through, shut down 19 years ago
Tom Lane c2f60711d2 Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 19 years ago
Bruce Momjian 7c5ac5ce22 Separate prepared statement and bind parameters with comma. 19 years ago
Teodor Sigaev f7efd4ea66 Fix mistyping 19 years ago
Tom Lane 0434c46db0 Invent an assign-hook mechanism for psql variables similar to the one 19 years ago
Teodor Sigaev b681bfdd59 Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table 19 years ago
Michael Meskes cda6d0a8d3 Second try committing the path changes. 19 years ago
Michael Meskes 67135eb1ef Removed debug option from pg_regress call. 19 years ago
Michael Meskes b1710339ba Fixed parser and library to allow empty database names. 19 years ago
Peter Eisentraut ba9f9bf1b1 Revert change to turn autovacuum on by default. 19 years ago
Bruce Momjian f443258d4f Only call log_after_parse() if necessary. 19 years ago
Bruce Momjian bc24d5b976 Now bind displays prepare as detail, and execute displays prepare and 19 years ago
Tom Lane 1832cefda1 Fix pgstat_report_waiting() to not dump core if called before 19 years ago
Tom Lane ae28cfe673 Partial fix for ecpg's VPATH problems. It compiles and successfully 19 years ago
Tom Lane fcba3b82e2 Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist 19 years ago
Peter Eisentraut 88b8110443 Turn autovacuum on by default. (stats_row_level is also on by default.) 19 years ago
Tom Lane ea2e263539 Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. 19 years ago
Tom Lane 7a2fe85b03 Add some notes about why it's not a bug that RI_FKey_check calls 19 years ago
Tom Lane e06fda0a8b Add a function GetLockConflicts() to lock.c to report xacts holding 19 years ago
Tom Lane ca1fd0ea5b Move xact.c's partial support for Lists of TransactionIds into pg_list.h. 19 years ago
Michael Meskes 99a5619e7b - Enabled single-quoted connection targets. 19 years ago
Tom Lane 162e8f1fd5 Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. 19 years ago
Michael Meskes 445a61297e Changed double output. 19 years ago
Tom Lane e093dcdd28 Add the ability to create indexes 'concurrently', that is, without 19 years ago
Michael Meskes e96df81b17 Synced parser 19 years ago
Michael Meskes 8d9cf79437 Needed more stuff from c.h. 19 years ago
Michael Meskes e8d1dcbfde Fixed of by one variable size. 19 years ago
Michael Meskes b7d5a88dbb Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routescape.com> 19 years ago
Tom Lane f836c2e37e Add some debug logging code to AllocateFile's failure path to log the 19 years ago
Tom Lane 08ae5edc5c Optimize the case where a btree indexscan has current and mark positions 19 years ago
Michael Meskes a6558b068d Somehow my version compiled but the change didn't make it to CVS. 19 years ago
Michael Meskes 02c3cdbaad Argh, forgot the new file yet again. 19 years ago
Michael Meskes 9bade3ff84 Replaced double-quote-fix with a hopefully better version. 19 years ago
Michael Meskes 54f5527606 Descriptor values were quoted twice. 19 years ago
Bruce Momjian a3132359fd In new "invalid byte sequence" error hint, call it "error", not 19 years ago
Bruce Momjian e11cab650c Add hint for "invalid byte sequence for encoding" error message, 19 years ago
Tom Lane daebd5257c Ooops, ldap fix for win32 broke the non-win32 case. 19 years ago
Tom Lane 5405576a22 Fix encrypted-LDAP support so that it doesn't cause the server to fail 19 years ago
Tom Lane d7c310c1fa Minor code rearrangement to save a few cycles in RI_FKey_check when 19 years ago
Tom Lane 35af5422f6 Make the server track an 'XID epoch', that is, maintain higher-order bits 19 years ago
Michael Meskes 333bc29fcb Fixed a few memory leaks. One indeed was part of a loop. 19 years ago