aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix qual_is_pushdown_safe to not try to push down quals involving a whole-rowTom Lane2006-02-13
* Stamp 8.1.3.REL8_1_3Tom Lane2006-02-12
* Update release notes.Tom Lane2006-02-12
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Fix broken markup.Tom Lane2006-02-12
* Update README file.Bruce Momjian2006-02-12
* Update wording for 8.1.X, remove <only>:Bruce Momjian2006-02-12
* > Actually, if you submit a patch that says either "SCROLL is theBruce Momjian2006-02-12
* Stamp releases for 2006-02-14 releaseBruce Momjian2006-02-12
* Fix release item ordering.Bruce Momjian2006-02-12
* Update back branch release notes.Bruce Momjian2006-02-12
* Fix release markup.Bruce Momjian2006-02-12
* Stamp 8.1.3, but exclude configure.in/configure change.Bruce Momjian2006-02-12
* Update release notes for 8.1.3.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 typo in configuration docs.Bruce Momjian2006-02-05
* Update PL/pgSQL trigger example to be clearer about how to "merge" dataBruce Momjian2006-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
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-20
* Update EXPLAIN wording for GEQO usage.Bruce Momjian2006-01-20
* Fix thinko in autovacuum's test to skip temp tables: want to skip anyTom Lane2006-01-20
* Doc patch that adds an example of a correllated UPDATE.Bruce Momjian2006-01-19
* Clarify STABLE function documentation to highlight how such functionsBruce Momjian2006-01-19
* 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
* Clarify use of btree indexes for ILIKE and ~*.Bruce Momjian2006-01-18
* 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