aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Stamp 8.1.3, but exclude configure.in/configure change.Bruce Momjian2006-02-12
* Check that SID is enabled while checking for Windows admin privileges.Tom Lane2006-02-10
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-09
* Reject out-of-range dates in date_in().Tom Lane2006-02-09
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-07
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-06
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-05
* Fix const cast in get_progname().Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Allow %TYPE to be used with SETOF, per gripe from Murat Tasan.Tom Lane2006-01-31
* Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEYTom Lane2006-01-30
* When building a bitmap scan, must copy the bitmapqualorig expression treeTom Lane2006-01-29
* Fix code that checks to see if an index can be considered to match the query'sTom Lane2006-01-29
* Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan2006-01-28
* Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway2006-01-28
* Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane2006-01-26
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-25
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-24
* Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane2006-01-21
* Fix thinko in autovacuum's test to skip temp tables: want to skip anyTom Lane2006-01-20
* Add some test scaffolding to allow cache-flush stress testing (and I doTom Lane2006-01-19
* Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.Bruce Momjian2006-01-19
* Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian2006-01-19
* Avoid crashing if relcache flush occurs while trying to load data into anTom Lane2006-01-19
* Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian2006-01-19
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Fix a tiny memory leak (one List header) in RelationCacheInvalidate().Tom Lane2006-01-19
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut2006-01-14
* We neglected to apply domain constraints on UNKNOWN parameters toNeil Conway2006-01-12
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-12
* Improve error messages for missing-FROM-entry cases, as per recent discussion.Tom Lane2006-01-10
* In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway2006-01-10
* Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane2006-01-09
* Stop perl from hijacking stdio and other stuff on Windows.Andrew Dunstan2006-01-08
* Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try toTom Lane2006-01-07
* During CatCacheRemoveCList, we must now remove any members that areTom Lane2006-01-07
* Fix failure to apply domain constraints to a NULL constant that's added toTom Lane2006-01-06
* Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane2006-01-06
* Convert Assert checking for empty page into a regular test and elog.Tom Lane2006-01-06
* Fix ReadBuffer() to correctly handle the case where it's trying to extendTom Lane2006-01-06
* Translation updatePeter Eisentraut2006-01-05
* Stamp release 8.1.2.Bruce Momjian2006-01-05
* Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane2006-01-05
* Fix another case in which autovacuum would fail while analyzingTom Lane2006-01-04
* Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane2006-01-03