Commit Graph

24983 Commits (9cce91dba0de4f00b98f7e12535cc0efd33c69a8)
 

Author SHA1 Message Date
Tom Lane 9cce91dba0 Only log 'process acquired lock' if we actually did get the lock. This 19 years ago
Neil Conway ec4595dae1 Remove duplicate #include. 19 years ago
Tom Lane 6e07228728 Code review for log_lock_waits patch. Don't try to issue log messages from 19 years ago
Tom Lane 4c310eca2e Arrange for quote_identifier() and pg_dump to not quote keywords that are 19 years ago
Magnus Hagander 532834081d Remove comment about modifying tab-complete.c for userset GUC. 19 years ago
Tom Lane de6a6383a7 Update obsolete comment: it's no longer the case that mdread() will allow 19 years ago
Tom Lane 011b51cb7e Marginal hacking to improve the speed of COPY OUT. I had found in a bit of 19 years ago
Tom Lane 6775c01080 Revert an ill-considered portion of my patch of 12-Mar, which tried to save a 19 years ago
Tom Lane 23347231a5 Tweak the API for per-datatype typmodin functions so that they are passed 19 years ago
Michael Meskes 839fcc9fd0 Applied patch by Joachim to enable checktcp again 19 years ago
Alvaro Herrera bd06ab29ae Avoid having autovacuum run multiple ANALYZE commands in a single transaction, 19 years ago
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