aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Tweak initdb to reduce verbosity of progress messages, by printing justTom Lane2006-01-27
* Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...Teodor Sigaev2006-01-27
* Suppress signed-vs-unsigned-char warning.Tom Lane2006-01-26
* Fix display of whole-row Var appearing at the top level of a SELECT list.Tom Lane2006-01-26
* Update btree_gist for CIDR/INET changes --- there's really no need toTom Lane2006-01-26
* Done:Bruce Momjian2006-01-26
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-25
* Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundantTom Lane2006-01-25
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-25
* Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian2006-01-25
* Update regression error message for NUMERIC range overflow. Display "1"Bruce Momjian2006-01-25
* Improve error message when NUMERIC precision is exceeded.Bruce Momjian2006-01-25
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-24
* - Synced parser and keyword list.Michael Meskes2006-01-24
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-23
* Prototype fix for typo.Bruce Momjian2006-01-23
* Use is_cidr in INET/CIDR structure, rather than the generic 'type'.Bruce Momjian2006-01-23
* Improve wording of descriptions of SIGHUP GUC parameters, as per myTom Lane2006-01-23
* Fix typeing as Tom suggestTeodor Sigaev2006-01-23
* Done:Bruce Momjian2006-01-23
* Improve note about not using the target table name in the SET clause.Tom Lane2006-01-22
* Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias canTom Lane2006-01-22
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-22
* Minor improvements to GEQO documentation.Neil Conway2006-01-22
* Marginal improvements in the wording of the autovacuum documentation:Tom Lane2006-01-21
* Fix broken markup.Tom Lane2006-01-21
* Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane2006-01-21
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-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
* You'll find attached a patch for a fixed explanation on parameter_modeBruce Momjian2006-01-18
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Done:Bruce Momjian2006-01-18
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17