Commit Graph

25032 Commits (d92583f88ec75eb73855a794230aa94c4366f103)
 

Author SHA1 Message Date
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
Tom Lane 4c2d3ccf8a Add a caveat pointing out that constraint exclusion doesn't work with 19 years ago
Neil Conway 8f3d07764f Remove some empty columns from a few system catalog tables in the 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