Commit Graph

24956 Commits (5e96a7b96cfc59ac5a82ee82002fa617a196e61b)
 

Author SHA1 Message Date
Michael Meskes 5e96a7b96c Fixed reduce/recuce problem due to CURRENT_P. 19 years ago
Magnus Hagander 09922597c5 Rewrite ECPG regression test driver in C, by splitting the standard 19 years ago
Michael Meskes e514740e69 Synced parser and keyword list. 19 years ago
Tom Lane a9545b3aef Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql 19 years ago
Tom Lane bdc71c2cb1 Minor wording improvement. 19 years ago
Michael Meskes 88a7c4822c Should not try to unlink stdout. 19 years ago
Michael Meskes 91411b6105 Fixed one memory leak in descriptor code. 19 years ago
Bruce Momjian 5f2bda15eb Done: 19 years ago
Tom Lane 6808f1b1de Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. 19 years ago
Tom Lane 85d72f0516 Teach heapam code to know the difference between a real seqscan and the 19 years ago
Tom Lane 7063c46fc1 Insert ORDER BY into a few regression test queries that now have unstable 19 years ago
Tom Lane e17e40f783 Allow numeric_fac() to be interrupted, since it can take quite a while for 19 years ago
Alvaro Herrera a4d5872719 Disallow the cost balancing code from resulting in a zero cost limit, which 19 years ago
Alvaro Herrera 2b438c12cc Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid 19 years ago
Tom Lane 4213e5f0db Add note that LIMIT without ORDER BY can produce outright nondeterministic 19 years ago
Bruce Momjian a3e3389913 Done: 19 years ago
Tom Lane a04a423599 Arrange for large sequential scans to synchronize with each other, so that 19 years ago
Tom Lane 6d6d14b6d5 Redefine IsTransactionState() to only return true for TRANS_INPROGRESS state, 19 years ago
Tom Lane 24ee8af573 Rework temp_tablespaces patch so that temp tablespaces are assigned separately 19 years ago
Alvaro Herrera 2d9d7a6bf5 Avoid losing track of data for shared tables in pgstats. Report by Michael 19 years ago
Tom Lane 04d919a11a Fix array_dims() example to be consistent with the data previously shown. 19 years ago
Magnus Hagander b13cc9579c The functions bt_metap, bt_page_stats and bt_page_items had moved 19 years ago
Tom Lane 2d4db3675f Fix up text concatenation so that it accepts all the reasonable cases that 19 years ago
Tom Lane 7dab4f75ca Minor editorialization: don't flush plan cache without need. 19 years ago
Tom Lane 31edbadf4a Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
Jan Wieck 1120b99445 The session_replication_role actually can be changed at will during 19 years ago
Teodor Sigaev f74426283d Move call of MarkBufferDirty() before XLogInsert() as required. 19 years ago
Andrew Dunstan 4c0fe51279 Remove ill-conceived CRLF translation for Windows in syslogger. 19 years ago
Andrew Dunstan 3da3c04f3a Tidy overly long configure help lines. 19 years ago
Teodor Sigaev 853d1c3103 Fix bundle bugs of GIN: 19 years ago
Magnus Hagander aae5403278 On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem 19 years ago
Magnus Hagander 0e92f9813e On win32, don't use SO_REUSEADDR for TCP sockets. 19 years ago
Peter Eisentraut 9539e64bc0 Remove gratuitous response messages from utility programs. 19 years ago
Peter Eisentraut efbd5bcb5a Update expected files for textual changes 19 years ago
Peter Eisentraut f4a3789b39 Clarify some error messages about duplicate things. 19 years ago
Bruce Momjian 55477d742e Remove description for: 19 years ago
Tom Lane acfce502ba Create a GUC parameter temp_tablespaces that allows selection of the 19 years ago
Peter Eisentraut 5d429f8d88 Minimal message corrections found by spell checker. 19 years ago
Tom Lane 376ee15033 Fix erroneous error reporting for overlength input in text_date(), 19 years ago
Bruce Momjian 4e023373d0 Re-add TODO and clarify it is for the kernel cache: 19 years ago
Bruce Momjian ededa6dfc8 TODO item not needed anymore now that the buffer cache is 19 years ago
Andrew Dunstan 15f8202c20 Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, 19 years ago
Tom Lane 964ec46cfe Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 19 years ago
Neil Conway f086be3d39 Allow leading and trailing whitespace in the input to the boolean 19 years ago
Tom Lane bd0a260928 Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 19 years ago
Bruce Momjian 41ef1c0f32 Add URL for: 19 years ago
Bruce Momjian 4fbdcc174e Update wording: 19 years ago
Tom Lane bd2c980b22 Buy back some of the cycles spent in more-expensive hash functions by 19 years ago
Tom Lane 1f559b7d3a Fix several hash functions that were taking chintzy shortcuts instead of 19 years ago
Bruce Momjian 397d00af8f Wording improvement. 19 years ago