Commit Graph

25040 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 9b619679a8 Minor copy-editing. 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
Tom Lane 3f33d7bcb6 Fix broken markup. 19 years ago
Joe Conway d92583f88e Restrict non-superusers to password authenticated connections 19 years ago
Joe Conway 51bc3dfe4b Arrange for the authentication request type to be preserved in 19 years ago
Bruce Momjian 8c69d881ce Remove TODO.detail/win32intr, no longer needed. 19 years ago
Bruce Momjian 5b67de17ee Remove, per Magnus: 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
Jan Wieck 9fbcf6625e Changed new \usleep command into \sleep with an optional time unit 19 years ago
Jan Wieck 0f17da9b3e Added a new scripting meta command 19 years ago
Tom Lane 7af3a6fc6f Fix up hash functions for datetime datatypes so that they don't take 19 years ago
Tom Lane ad9a99c24f Improve description of SPI_scroll_cursor_move's return values, per a 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 c786796d0a Fix computation of PG_VERSION_NUM by configure: remove unnecessary and 19 years ago
Tom Lane 4303c0fdbf Add a note that pg_start_backup will take awhile because of new 19 years ago
Tom Lane 6faf795662 Fix a passel of ancient bugs in to_char(), including two distinct buffer 19 years ago
Bruce Momjian 700eabbe69 Done: 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
Tom Lane ec0bb02db8 Add a <tip> that log_line_prefix should usually end with a space to 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
Peter Eisentraut 9f6aacd9e6 Update password example. 19 years ago
Peter Eisentraut 8ddb046bc9 Update examples of create/drop scripts. 19 years ago