Commit Graph

28723 Commits (5ea32f560a411e806b0665a5e091d85d1565ee2e)
 

Author SHA1 Message Date
Tom Lane 5ea32f560a Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 8748dc3580 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane a7ac5c64fd Allow predicate_refuted_by() to deduce that NOT A refutes A. 16 years ago
Magnus Hagander 5ea449e06e Add configuration parameter ssl_renegotiation_limit to control 16 years ago
Tom Lane 29667c8536 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Alvaro Herrera 7379835935 Remove stray semicolon, per report from strk 16 years ago
Robert Haas c740350856 Remove incorrect statement that PostgreSQL 8.4 has no default parameters. 16 years ago
Itagaki Takahiro 472e29bf87 Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane d1b9b0c563 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Tom Lane a8d1624431 Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment 16 years ago
Tom Lane dfb3bc020d Fix ExecEvalArrayRef to pass down the old value of the array element or slice 16 years ago
Tom Lane 85a646aee3 Force READY portals into FAILED state when a transaction or subtransaction 16 years ago
Tom Lane ef7604fafa Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 16 years ago
Greg Stark 1f2aeca060 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 36e1ed02bf Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane d1e0eb30c0 Ooops, let's get the non-null vs null bit right ... 16 years ago
Tom Lane 9908950f11 Document the behavior of STRICT VARIADIC functions. 16 years ago
Tom Lane 45c17a7ad5 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Andrew Dunstan f7231399a4 Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 16 years ago
Heikki Linnakangas 23eec895df Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry 16 years ago
Heikki Linnakangas 94d36cbfd0 Remove obsolete comment about 'fsm' argument, which isn't an argument 16 years ago
Bruce Momjian d0483aec16 Properly document that OVER and WINDOW are Postgres reserved words. 16 years ago
Joe Conway 14b22354e4 Check to ensure the number of primary key fields supplied does not 16 years ago
Tom Lane 4204ff3363 Forgot to back-patch CLUSTER test fix to 8.4. 16 years ago
Tom Lane 8f13ee63cb CLUSTER specified the wrong namespace when renaming toast tables of temporary 16 years ago
Bruce Momjian 9fd5fb8d15 Remove copyright mention of Andrew Yu, per author's permission. 16 years ago
Tom Lane 3c8a6527d5 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Magnus Hagander 97bcf34c63 Fix race condition in win32 signal handling. 16 years ago
Tom Lane b7445b685c Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 1ff05d09a0 Fix memory leakage introduced into print_aligned_text by 8.4 changes 16 years ago
Tom Lane 96b0da67ff Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago
Tom Lane 5244ed40cf Fix assorted core dumps and Assert failures that could occur during 16 years ago
Tom Lane 18cba6eccb Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 16 years ago
Tom Lane 5f608958ff Well, the systemtap guys moved the goalposts again: with the latest version, 16 years ago
Tom Lane 3fc333d88a When doing a parallel restore, we must guard against out-of-range dependency 16 years ago
Tom Lane dcd647d7cf Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an 16 years ago
Teodor Sigaev 59dbd542ab Fix incorrect comparison of scan key in GIN. Per report from 16 years ago
Tom Lane 524d357d09 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 16 years ago
Magnus Hagander 69273fb018 Fix spelling error, noticed by Thomas Shinnick 16 years ago
Tom Lane 903352faeb Re-order configure tests to reflect the fact that the code generated for 16 years ago
Tom Lane 06f6234730 When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane e245c91211 Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, 16 years ago
Tom Lane cc398df078 Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Tom Lane bfa084fb0d Improve ExecEvalVar's handling of whole-row variables in cases where the 16 years ago
Magnus Hagander 48eb3e6351 Update Windows installation notes. 16 years ago
Michael Meskes 6e417452e3 Backported fix for protecting ecpg against applications freeing strings to 8.4. 16 years ago
Tom Lane ac7fc991c0 Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane ed62e74522 Alter the configure script to fail immediately if the C compiler does not 16 years ago
Tom Lane c5afcf9040 Add support for doing FULL JOIN ON FALSE. While this is really a rather 16 years ago
Magnus Hagander 1c0f0d99ae Make the win32 putenv() override update *all* present versions of the 16 years ago