Commit Graph

25072 Commits (7176e60bc8cee15e5ff7a76545630ff332d8fabc)
 

Author SHA1 Message Date
Magnus Hagander 56813a998c Add resultmap entries for mingw - same as for msvc 19 years ago
Magnus Hagander 6d12c7dcd4 Properly identify mingw as a win32 platform needing different diff 19 years ago
Andrew Dunstan bd2cb9aaa5 Implement a chunking protocol for writes to the syslogger pipe, with messages 19 years ago
Neil Conway 320f820585 Schema-qualify several references to the builtin function length(), to 19 years ago
Bruce Momjian 7ced811d45 Update item: 19 years ago
Alvaro Herrera a0a26c47d4 Avoid integer overflow issues in autovacuum. 19 years ago
Tom Lane e976fd43c6 Add some simple defenses against null fields in pg_largeobject, and add 19 years ago
Magnus Hagander ee0d34ab64 ECPG requires a local include directory to override the project-wide ones. 19 years ago
Magnus Hagander 1ad08a8e9a Update documentation of resultmap file format. 19 years ago
Tom Lane 152133bfaf Add some comments about the safety of accessing rolpassword without using 19 years ago
Tom Lane 8be9b50ab4 Minor comment fixes. 19 years ago
Tom Lane d0599994da Fix DecodeDateTime to allow timezone to appear before year. This had 19 years ago
Alvaro Herrera e41c7bb7cd VPATH fixes. 19 years ago
Magnus Hagander a0de6e7b97 Specifying a dbname should override the default database, not add to it. 19 years ago
Magnus Hagander 8c0d308818 Fix missing variable initialization. 19 years ago
Magnus Hagander ee9d55cb52 Fix search/replace error in makefile for ecpg tests 19 years ago
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