Commit Graph

19865 Commits (9bb401cd7314db5bb2a8afc6516cb2f9a7daf4ed)
 

Author SHA1 Message Date
Bruce Momjian 9bb401cd73 Update FAQ latest version 20 years ago
Bruce Momjian 5ae9c6138b Stamp releases for 2006-02-14 release 20 years ago
Bruce Momjian dfa879bc98 Update release notes for 2006-02-14 release 20 years ago
Tom Lane 9878d9a1f1 Check that SID is enabled while checking for Windows admin privileges. 20 years ago
Tom Lane bce1d83ee5 Change search for default operator classes so that it examines all opclasses 20 years ago
Tom Lane f28106381a Provide the libpq error message when PQputline or PQendcopy fails. 20 years ago
Tom Lane a14302080f Reject out-of-range dates in date_in(). 20 years ago
Tom Lane f9ce97c5a1 Fix pg_restore to properly discard COPY data when trying to continue 20 years ago
Bruce Momjian 3002acda43 Fix const cast in get_progname(). 20 years ago
Bruce Momjian 5eb493ab98 Set progname early in the postmaster/postgres binary, rather than doing 20 years ago
Tom Lane 2426c62140 Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY 20 years ago
Andrew Dunstan a021ea021c Undo perl's nasty locale setting on Windows. Since we can't do that as 20 years ago
Tom Lane 6f2d775218 Fix display of whole-row Var appearing at the top level of a SELECT list. 20 years ago
Tom Lane 6a928e11fa Repair longstanding bug in slru/clog logic: it is possible for two backends 20 years ago
Bruce Momjian 1f57f2e311 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin. 20 years ago
Bruce Momjian 2f90c781e8 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. 20 years ago
Tom Lane a290087cd1 Avoid crashing if relcache flush occurs while trying to load data into an 20 years ago
Bruce Momjian 92d1dd845f Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, 20 years ago
Tom Lane 9fad6e338b It turns out that TablespaceCreateDbspace fails badly if a relcache flush 20 years ago
Tom Lane 754da88e19 Repair problems with the result of lookup_rowtype_tupdesc() possibly being 20 years ago
Neil Conway 8372956243 When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not 20 years ago
Peter Eisentraut 9d570f7e21 Fix pg_ctl crash on "unregister" when a data directory is not specified. 20 years ago
Neil Conway b0b8bab575 We neglected to apply domain constraints on UNKNOWN parameters to 20 years ago
Tom Lane e26b09618b Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
Tom Lane 01e2a15ada Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Tom Lane 2946ccf35f Fix pg_tzset() to ensure that 'lclmem' (the static variable holding 20 years ago
Neil Conway 95f88ddf49 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Tom Lane 59327401cc Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Andrew Dunstan d984548ac9 Stop perl from hijacking stdio and other stuff on Windows. 20 years ago
Tom Lane b443043d18 Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane 2aee785469 Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Tom Lane e82858f013 Release-note updates and copy editing. 20 years ago
Tom Lane 5d0def8d52 Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane 240112222c Generate back-branch configure scripts with the appropriate version of autoconf. 20 years ago
Tom Lane a2dca8e9e3 Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane 718d3232af Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian 0add52b4f6 New pgcrypto item wording. 20 years ago
Bruce Momjian 240fb6dd4f Wording improvements. 20 years ago
Bruce Momjian 4011909a02 Improve markup. 20 years ago
Bruce Momjian 748a71fbff Update release notes. 20 years ago
Bruce Momjian 2a35aedd97 Stamp relesae 8.0.6. 20 years ago
Tom Lane 7179b96be9 Arrange to set the LC_XXX environment variables to match our locale setup. 20 years ago
Joe Conway 6c2fa48885 When the remote query result has a different number of columns 20 years ago
Tom Lane a559ef6594 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Tom Lane bf6c87f5a4 Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, 20 years ago
Tom Lane dea775eb25 Add checks to verify that a plpgsql function returning a rowtype is actually 20 years ago
Neil Conway 6b0e64431c Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Neil Conway 8af900f885 Index: src/pl/plpython/plpython.c 20 years ago
Tatsuo Ishii 95da30b20f Fix long standing Asian multibyte charsets bug. 20 years ago
Tom Lane 988fe9f7dd Fix make_relative_path() to support cases where target_path and bin_path 20 years ago