Commit Graph

22149 Commits (8f332cf79eff2ce13c566cc858f88a872699a42c)
 

Author SHA1 Message Date
Tom Lane 5e25d43893 Fix array_dims() example to be consistent with the data previously shown. 19 years ago
Magnus Hagander 86c68fd0b2 Oops. Patch didn't work properly for 8.1, so don't backpatch a then-unused 19 years ago
Magnus Hagander ca82953745 On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem 19 years ago
Magnus Hagander cec960f2e3 On win32, don't use SO_REUSEADDR for TCP sockets. 19 years ago
Tom Lane 27918376f0 Fix erroneous error reporting for overlength input in text_date(), 19 years ago
Tom Lane dc9b57fcc8 Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 19 years ago
Tom Lane 38bbcb3888 Fix performance problems in multi-batch hash joins by ensuring that we select 19 years ago
Tom Lane 4c2158bf0c Fix overly-strict sanity check in BeginInternalSubTransaction that made it 19 years ago
Neil Conway 21b8d51de6 Fix a bug in input processing for the "interval" type. Previously, 19 years ago
Tom Lane 9ccf784833 Fix best_inner_indexscan to return both the cheapest-total-cost and 19 years ago
Peter Eisentraut 3c49269b90 Fix spurious German index entry 19 years ago
Michael Meskes 7b5d257ee1 Removed errant ISODOW 19 years ago
Michael Meskes 287671749c Backported fix from HEAD that removes superfluous function Vista has a problem with 19 years ago
Tom Lane 2df0eb1d57 Remove redundant logging of send failures when SSL is in use. While pqcomm.c 19 years ago
Alvaro Herrera cac0d6922f Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE 19 years ago
Magnus Hagander 6a94e76e47 Document that CLUSTER breaks MVCC visibility rules. 19 years ago
Tom Lane 5bdefc83a8 Fix a thinko in my patch of a couple months ago for bug #3116: it did the 19 years ago
Michael Meskes 56680bae08 Removed non-existant function from extern.h 19 years ago
Michael Meskes 72e6a18813 Inlined two functions to get rid of va_list prolems on some archs. 19 years ago
Tom Lane ca27e5ec4c Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 19 years ago
Neil Conway a99381619e Fix newly-introduced documentation typo. 19 years ago
PostgreSQL Daemon 2bf97c9c4a Update configure.in for release 19 years ago
Tom Lane d8f365365b Fix markup. 19 years ago
Tom Lane fc52d13ca6 Support explicit placement of the temporary-table schema within search_path. 19 years ago
Tom Lane 2a1b76f046 Sync timezone data with 2007e zic release. 19 years ago
Tom Lane d184462ae0 Repair PANIC condition in hash indexes when a previous index extension attempt 19 years ago
Bruce Momjian 9e7ea85984 Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Bruce Momjian 6f4baccdb1 Update FAQ to mention most recent release for releases 19 years ago
Bruce Momjian 4938f2d6c0 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Bruce Momjian 05465579c3 Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Peter Eisentraut 0f96720312 Translation updates 19 years ago
Tom Lane 400e512a38 Rewrite choose_bitmap_and() to make it more robust in the presence of 19 years ago
Magnus Hagander e434c9ab3d Don't write timing output in quiet mode. 19 years ago
Tom Lane e98de00da3 Rearrange mdsync() looping logic to avoid the problem that a sufficiently 19 years ago
Tom Lane 6c6b8f028a Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug 19 years ago
Peter Eisentraut eb19be2e0f Fix spelling: SYMETRIC -> SYMMETRIC 19 years ago
Tom Lane 40d7f86074 Fix check_sql_fn_retval to allow the case where a SQL function declared to 19 years ago
Teodor Sigaev 368cc140d9 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Tom Lane b190aae9ad Fix typo, ensable -> enable, per Steve Gieseking. 19 years ago
Tatsuo Ishii 96283327f3 Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL 19 years ago
Tom Lane 6c15622595 SPI_cursor_open failed to enforce that only read-only queries could be 19 years ago
Tom Lane 5f41ad2ccf Fix a longstanding bug in VACUUM FULL's handling of update chains. The code 19 years ago
Tom Lane 45ca0be21b Arrange to install a "posixrules" entry in our timezone database, so that 19 years ago
Alvaro Herrera 3cda014bf4 Fix a race condition that caused pg_database_size() and pg_tablespace_size() 19 years ago
Tom Lane 15c31ce09e Fix oversight in original coding of inline_function(): since 19 years ago
Tom Lane 3b14809f92 Fix markQueryForLocking() to work correctly in the presence of nested views. 19 years ago
Michael Meskes e9a97570fa Backported bug fix for #2956. 19 years ago
Tom Lane 355451be0e Fix portal management code to support non-default command completion tags for 19 years ago
Tom Lane 0990afb8e2 Restructure code that is responsible for ensuring that clauseless joins are 19 years ago
Tom Lane e6aa62ec14 Disallow committing a prepared transaction unless we are in the same database 19 years ago