Commit Graph

17285 Commits (ff481ca0d463d33246a331c92bdf3dfc018c24eb)

Author SHA1 Message Date
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched 19 years ago
Tom Lane 6244c2dfff Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 19 years ago
Tom Lane 9e09e3b15e Fix single-user mode so that interrupts (particularly SIGTERM and 19 years ago
Tom Lane b09cb0cf12 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 19 years ago
Tom Lane 8331c11f3f Get rid of client-code dependencies on the exact text of the no-password 19 years ago
Tom Lane 5f7b1f8d9d Closer code review for PQconnectionUsedPassword() patch: in particular, 19 years ago
Joe Conway 51bc3dfe4b Arrange for the authentication request type to be preserved in 19 years ago
Tom Lane 48d9d8e131 Fix a couple of planner bugs introduced by the new ability to discard 19 years ago
Magnus Hagander d5eaa637ce Move parse.h into src/backend on msvc, which is where it is on Unix. 19 years ago
Tom Lane 7af3a6fc6f Fix up hash functions for datetime datatypes so that they don't take 19 years ago
Tom Lane 83aaebba63 Fix incorrect comment about the timing of AbsorbFsyncRequests() during 19 years ago
Neil Conway a55898131e Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
Magnus Hagander a1587e41ae - Fix the -w (wait) option to work in Windows service mode, per bug #3382. 19 years ago
Tom Lane 1c7fe33fdb Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
Magnus Hagander 454333a687 Add notes about configuring Visual Studio Express for use with the 19 years ago
Tom Lane bce7bacdf2 Reduce the maximum sleep interval in the autovac launcher to 1 second, 19 years ago
Tom Lane 421d50273f Treat the autovac launcher more like a regular backend, in that we wait 19 years ago
Tom Lane 8f55b9a8ba Avoid memory leakage when a series of subtransactions invoke AFTER triggers 19 years ago
Tom Lane beba73763b Fix comments not updated in recent patch. 19 years ago
Tom Lane 070907b241 Add 'volatile' to suppress 'variable might be clobbered by longjmp' 19 years ago
Tom Lane 9fc25c0511 Improve logging of checkpoints. Patch by Greg Smith, worked over 19 years ago
Alvaro Herrera 2910ccefb4 Avoid crash in interrupted autovacuum worker, caused by leaving the current 19 years ago
Alvaro Herrera 10af02b912 Arrange for SIGINT in autovacuum workers to cancel the current table and 19 years ago
Tom Lane 6faf795662 Fix a passel of ancient bugs in to_char(), including two distinct buffer 19 years ago
Tom Lane 3cabc675ab Fix incorrect tests for undef Perl values in some places in plperl.c. 19 years ago
Neil Conway 7c07b136bc Add the function's volatility to the output of psql's \df+ command. 19 years ago
Tom Lane 867e2c91a0 Implement "distributed" checkpoints in which the checkpoint I/O is spread 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Alvaro Herrera 80f3b5ad2e Remove unused "caller" argument from stringToQualifiedNameList. 19 years ago
Magnus Hagander d1eaa42fd5 Add extra checks for buildfarm to pick up errors when running 19 years ago
Alvaro Herrera a03e8ad266 Remove unused BAD_LOCATION definition. 19 years ago
Alvaro Herrera bae0b56880 Improve autovacuum launcher's ability to detect a problem in worker startup, 19 years ago
Tom Lane 46379d6e60 Separate parse-analysis for utility commands out of parser/analyze.c 19 years ago
Neil Conway 2128e5c392 In psql, when running a SELECT query using a cursor, flush the query 19 years ago
Tom Lane ba826299e0 Allow trailing whitespace in parse_real(), for consistency with 19 years ago
Tom Lane aa55d05571 Provide a HINT listing the allowed unit names when a GUC variable seems to 19 years ago
Tom Lane 6f0072df77 Restrict deadlock_timeout to the range for which the implementation 19 years ago
Tom Lane cd407354ee transformColumnDefinition failed to complain about 19 years ago
Tom Lane a060d5ffdc CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 19 years ago
Andrew Dunstan 52ba24a156 Quiet warnings about redefined PGPORT macros for MSVC. 19 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