Commit Graph

20030 Commits (19c9660ca8e87cee53d80dc4e2c19b4530c44264)
 

Author SHA1 Message Date
Andrew Dunstan 19c9660ca8 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Tom Lane a41c4b218f Fix incorrect optimization of foreign-key checks. When an UPDATE on the 19 years ago
Tom Lane ba56b484ea Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 19 years ago
Joe Conway 9b5efb80ce Restrict non-superusers to password authenticated connections 19 years ago
Tom Lane 54faed3bc5 Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
Tom Lane 2f5c37e94a Fix a passel of ancient bugs in to_char(), including two distinct buffer 19 years ago
Tom Lane 71db4c703f Fix incorrect tests for undef Perl values in some places in plperl.c. 19 years ago
Tom Lane b0bbcbe7d3 transformColumnDefinition failed to complain about 19 years ago
Tom Lane db6159bcd9 CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 19 years ago
Andrew Dunstan ffa8396eee Implement a chunking protocol for writes to the syslogger pipe, with messages 19 years ago
Tom Lane 6222d866a2 Allow numeric_fac() to be interrupted, since it can take quite a while for 19 years ago
Tom Lane 94dc2d8e3b Fix array_dims() example to be consistent with the data previously shown. 19 years ago
Magnus Hagander 083094f34c On win32, don't use SO_REUSEADDR for TCP sockets. 19 years ago
Tom Lane 5f32030680 Fix erroneous error reporting for overlength input in text_date(), 19 years ago
Tom Lane bc7ccdfe46 Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 19 years ago
Tom Lane 962cd2344e Fix overly-strict sanity check in BeginInternalSubTransaction that made it 19 years ago
Peter Eisentraut e7933588eb Fix spurious German index entry 19 years ago
Tom Lane 52b18de290 Remove redundant logging of send failures when SSL is in use. While pqcomm.c 19 years ago
Magnus Hagander 8e0bcdc855 Document that CLUSTER breaks MVCC visibility rules. 19 years ago
Tom Lane 3afb834ab6 Fix a thinko in my patch of a couple months ago for bug #3116: it did the 19 years ago
Tom Lane 2e8a8eabcf Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 19 years ago
Neil Conway d221ef7bdf Fix newly-introduced documentation typo. 19 years ago
PostgreSQL Daemon 13e22236c9 Update configure for release 19 years ago
Tom Lane cfe1b04c66 Fix markup. 19 years ago
Tom Lane 566331a2e9 Support explicit placement of the temporary-table schema within search_path. 19 years ago
Tom Lane c6f3c246cc Sync timezone data with 2007e zic release. 19 years ago
Tom Lane 0f93ebd338 Repair PANIC condition in hash indexes when a previous index extension attempt 19 years ago
Bruce Momjian 77be1e891d Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Bruce Momjian 447b2b9220 Update FAQ to mention most recent release for releases 19 years ago
Bruce Momjian 416dcc4927 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Bruce Momjian a7ce947b63 Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Peter Eisentraut fdfc58e34c Translation updates 19 years ago
Magnus Hagander 0fd9735296 Don't write timing output in quiet mode. 19 years ago
Tom Lane 47d61a572f Fix check_sql_fn_retval to allow the case where a SQL function declared to 19 years ago
Teodor Sigaev 51fb9106e0 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Tatsuo Ishii 6a3bacff65 Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL 19 years ago
Tom Lane adf06f6931 SPI_cursor_open failed to enforce that only read-only queries could be 20 years ago
Tom Lane 328df527d6 Fix a longstanding bug in VACUUM FULL's handling of update chains. The code 20 years ago
Tom Lane 967d6add8d Arrange to install a "posixrules" entry in our timezone database, so that 20 years ago
Tom Lane 14686de2b5 Fix oversight in original coding of inline_function(): since 20 years ago
Tom Lane 45c84659ee Fix markQueryForLocking() to work correctly in the presence of nested views. 20 years ago
Michael Meskes 278ed7c6ce Backported bug fix for #2956. 20 years ago
Tom Lane 34f92d2c77 Fix portal management code to support non-default command completion tags for 20 years ago
Teodor Sigaev 0652254108 Fix backend crash in parsing incorrect tsquery. 20 years ago
Tom Lane 36149aac15 Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 20 years ago
Tom Lane 3e94cf51d7 Rearrange use of plpgsql_add_initdatums() so that only the parsing of a 20 years ago
Bruce Momjian dc80902bcc Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. 20 years ago
Bruce Momjian 8cbd1c3ba8 Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. 20 years ago
Tom Lane bb65d51c2e Fix an error in the original coding of holdable cursors: PersistHoldablePortal 20 years ago
Tom Lane 122680c514 Remove typmod checking from the recent security-related patches. It turns 20 years ago