Commit Graph

23194 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
Bruce Momjian 5f6f70a04f Add autovacuum item: 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
Teodor Sigaev 72a3582522 Add description of tsvector type layout 20 years ago
Teodor Sigaev 3a214ab0f1 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev 9711782628 Fix incorrect length of lexemes in silly_cmp_tsvector() 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
Bruce Momjian 216bb6662a Add URL: 20 years ago
Bruce Momjian 22bb6929cd Move to referential integrity section: 20 years ago
Bruce Momjian 79222272bb Update: 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
Bruce Momjian 32883a5d3c Add blank line. 20 years ago
Bruce Momjian 29a517eac9 Add blank line.> 20 years ago
Bruce Momjian 9579acbe8b Add: 20 years ago
Bruce Momjian ad9674043a Add 'feedback' section heading to xml2. 20 years ago
Teodor Sigaev 74dbba701f Fix regression tests: after changing comparing function 20 years ago
Tom Lane e093dcdd28 Add the ability to create indexes 'concurrently', that is, without 20 years ago
Teodor Sigaev 8f91e2b607 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Bruce Momjian 726ede7370 Add: 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
Bruce Momjian 6935652c34 Update XML2 documentation for xpath_table(). 20 years ago
Tom Lane 08ae5edc5c Optimize the case where a btree indexscan has current and mark positions 20 years ago
Bruce Momjian 7ad642d0b5 Add "AS" item: 20 years ago
Michael Meskes a6558b068d Somehow my version compiled but the change didn't make it to CVS. 20 years ago
Michael Meskes 184523bc81 Used autoconf 2.59 this time. 20 years ago
Michael Meskes 02c3cdbaad Argh, forgot the new file yet again. 20 years ago