Commit Graph

24996 Commits (ec0bb02db8452d4098023f82b100ba68d8f7dfab)
 

Author SHA1 Message Date
Tom Lane ec0bb02db8 Add a <tip> that log_line_prefix should usually end with a space to 18 years ago
Neil Conway 2128e5c392 In psql, when running a SELECT query using a cursor, flush the query 18 years ago
Tom Lane ba826299e0 Allow trailing whitespace in parse_real(), for consistency with 18 years ago
Tom Lane aa55d05571 Provide a HINT listing the allowed unit names when a GUC variable seems to 18 years ago
Peter Eisentraut 9f6aacd9e6 Update password example. 18 years ago
Peter Eisentraut 8ddb046bc9 Update examples of create/drop scripts. 18 years ago
Tom Lane 4c2d3ccf8a Add a caveat pointing out that constraint exclusion doesn't work with 18 years ago
Neil Conway 8f3d07764f Remove some empty columns from a few system catalog tables in the 18 years ago
Tom Lane 6f0072df77 Restrict deadlock_timeout to the range for which the implementation 18 years ago
Tom Lane cd407354ee transformColumnDefinition failed to complain about 18 years ago
Tom Lane a060d5ffdc CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 18 years ago
Andrew Dunstan 52ba24a156 Quiet warnings about redefined PGPORT macros for MSVC. 18 years ago
Neil Conway c1d89c61fc Minor code cleanup: calling FreeFile() before ereport(ERROR) is not 19 years ago
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