Commit Graph

25072 Commits (7176e60bc8cee15e5ff7a76545630ff332d8fabc)
 

Author SHA1 Message Date
Tom Lane 83aaebba63 Fix incorrect comment about the timing of AbsorbFsyncRequests() during 18 years ago
Neil Conway a55898131e Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 18 years ago
Magnus Hagander a1587e41ae - Fix the -w (wait) option to work in Windows service mode, per bug #3382. 18 years ago
Tom Lane 1c7fe33fdb Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 18 years ago
Magnus Hagander 454333a687 Add notes about configuring Visual Studio Express for use with the 18 years ago
Tom Lane bce7bacdf2 Reduce the maximum sleep interval in the autovac launcher to 1 second, 18 years ago
Tom Lane 421d50273f Treat the autovac launcher more like a regular backend, in that we wait 18 years ago
Tom Lane 8f55b9a8ba Avoid memory leakage when a series of subtransactions invoke AFTER triggers 18 years ago
Tom Lane beba73763b Fix comments not updated in recent patch. 18 years ago
Tom Lane 070907b241 Add 'volatile' to suppress 'variable might be clobbered by longjmp' 18 years ago
Tom Lane 9fc25c0511 Improve logging of checkpoints. Patch by Greg Smith, worked over 18 years ago
Alvaro Herrera 2910ccefb4 Avoid crash in interrupted autovacuum worker, caused by leaving the current 18 years ago
Alvaro Herrera 10af02b912 Arrange for SIGINT in autovacuum workers to cancel the current table and 18 years ago
Tom Lane c786796d0a Fix computation of PG_VERSION_NUM by configure: remove unnecessary and 18 years ago
Tom Lane 4303c0fdbf Add a note that pg_start_backup will take awhile because of new 18 years ago
Tom Lane 6faf795662 Fix a passel of ancient bugs in to_char(), including two distinct buffer 18 years ago
Bruce Momjian 700eabbe69 Done: 18 years ago
Tom Lane 3cabc675ab Fix incorrect tests for undef Perl values in some places in plperl.c. 18 years ago
Neil Conway 7c07b136bc Add the function's volatility to the output of psql's \df+ command. 18 years ago
Tom Lane 867e2c91a0 Implement "distributed" checkpoints in which the checkpoint I/O is spread 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago
Alvaro Herrera 80f3b5ad2e Remove unused "caller" argument from stringToQualifiedNameList. 18 years ago
Magnus Hagander d1eaa42fd5 Add extra checks for buildfarm to pick up errors when running 18 years ago
Alvaro Herrera a03e8ad266 Remove unused BAD_LOCATION definition. 18 years ago
Alvaro Herrera bae0b56880 Improve autovacuum launcher's ability to detect a problem in worker startup, 18 years ago
Tom Lane 46379d6e60 Separate parse-analysis for utility commands out of parser/analyze.c 18 years ago
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