Commit Graph

16251 Commits (3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd)

Author SHA1 Message Date
Tom Lane 3a6e2ff08a Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE 20 years ago
Tom Lane f6d7ef08a7 Dept. of second thoughts: if query fails part way through, shut down 20 years ago
Tom Lane c2f60711d2 Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 20 years ago
Bruce Momjian 7c5ac5ce22 Separate prepared statement and bind parameters with comma. 20 years ago
Teodor Sigaev f7efd4ea66 Fix mistyping 20 years ago
Tom Lane 0434c46db0 Invent an assign-hook mechanism for psql variables similar to the one 20 years ago
Teodor Sigaev b681bfdd59 Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table 20 years ago
Michael Meskes cda6d0a8d3 Second try committing the path changes. 20 years ago
Michael Meskes 67135eb1ef Removed debug option from pg_regress call. 20 years ago
Michael Meskes b1710339ba Fixed parser and library to allow empty database names. 20 years ago
Peter Eisentraut ba9f9bf1b1 Revert change to turn autovacuum on by default. 20 years ago
Bruce Momjian f443258d4f Only call log_after_parse() if necessary. 20 years ago
Bruce Momjian bc24d5b976 Now bind displays prepare as detail, and execute displays prepare and 20 years ago
Tom Lane 1832cefda1 Fix pgstat_report_waiting() to not dump core if called before 20 years ago
Tom Lane ae28cfe673 Partial fix for ecpg's VPATH problems. It compiles and successfully 20 years ago
Tom Lane fcba3b82e2 Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist 20 years ago
Peter Eisentraut 88b8110443 Turn autovacuum on by default. (stats_row_level is also on by default.) 20 years ago
Tom Lane ea2e263539 Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. 20 years ago
Tom Lane 7a2fe85b03 Add some notes about why it's not a bug that RI_FKey_check calls 20 years ago
Tom Lane e06fda0a8b Add a function GetLockConflicts() to lock.c to report xacts holding 20 years ago
Tom Lane ca1fd0ea5b Move xact.c's partial support for Lists of TransactionIds into pg_list.h. 20 years ago
Michael Meskes 99a5619e7b - Enabled single-quoted connection targets. 20 years ago
Tom Lane 162e8f1fd5 Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. 20 years ago
Michael Meskes 445a61297e Changed double output. 20 years ago
Tom Lane e093dcdd28 Add the ability to create indexes 'concurrently', that is, without 20 years ago
Michael Meskes e96df81b17 Synced parser 20 years ago
Michael Meskes 8d9cf79437 Needed more stuff from c.h. 20 years ago
Michael Meskes e8d1dcbfde Fixed of by one variable size. 20 years ago
Michael Meskes b7d5a88dbb Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routescape.com> 20 years ago
Tom Lane f836c2e37e Add some debug logging code to AllocateFile's failure path to log the 20 years ago
Tom Lane 08ae5edc5c Optimize the case where a btree indexscan has current and mark positions 20 years ago
Michael Meskes a6558b068d Somehow my version compiled but the change didn't make it to CVS. 20 years ago
Michael Meskes 02c3cdbaad Argh, forgot the new file yet again. 20 years ago
Michael Meskes 9bade3ff84 Replaced double-quote-fix with a hopefully better version. 20 years ago
Michael Meskes 54f5527606 Descriptor values were quoted twice. 20 years ago
Bruce Momjian a3132359fd In new "invalid byte sequence" error hint, call it "error", not 20 years ago
Bruce Momjian e11cab650c Add hint for "invalid byte sequence for encoding" error message, 20 years ago
Tom Lane daebd5257c Ooops, ldap fix for win32 broke the non-win32 case. 20 years ago
Tom Lane 5405576a22 Fix encrypted-LDAP support so that it doesn't cause the server to fail 20 years ago
Tom Lane d7c310c1fa Minor code rearrangement to save a few cycles in RI_FKey_check when 20 years ago
Tom Lane 35af5422f6 Make the server track an 'XID epoch', that is, maintain higher-order bits 20 years ago
Michael Meskes 333bc29fcb Fixed a few memory leaks. One indeed was part of a loop. 20 years ago
Tom Lane 2b2a50722c Fix all known problems with pg_dump's handling of serial sequences 20 years ago
Alvaro Herrera df18c51f29 Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for 20 years ago
Michael Meskes 4e23d6e07d Fixed a few trivial memory leaks reported by Coverity just to test my setup. 20 years ago
Michael Meskes fc19744e58 Added another test 20 years ago
Michael Meskes 84844bab2c More SoC stuff 20 years ago
Tom Lane fb9e56eea1 Suppress subquery pullup/pushdown when a subquery contains volatile 20 years ago
Tom Lane 9bf760f7de Add a 'waiting' column to pg_stat_activity to carry the same information 20 years ago
Tom Lane 9a8920e1d7 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 20 years ago