aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-11
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-09
* Revert README cleanups.Bruce Momjian2008-04-09
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-09
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-08
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-05
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-04
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-04
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-04
* Oops, change should go in scan.l to survive a clean checkout and not justMagnus Hagander2008-04-04
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-04
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-04
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-03
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-03
* Oops, add proper #ifdef for systems without support for syslog.Magnus Hagander2008-04-03
* Convert syslog_facility guc to enum type.Magnus Hagander2008-04-03
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-02
* Convert three more guc settings to enum type:Magnus Hagander2008-04-02
* Add SPI-level support for executing SQL commands with one-time-use plans,Tom Lane2008-04-01
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().Tom Lane2008-03-31
* Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcountsTom Lane2008-03-31
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-31
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-31
* Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug.Tom Lane2008-03-29
* Department of second thoughts: the rule that ORDER BY and DISTINCT areTom Lane2008-03-28
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* When we have successfully optimized a MIN or MAX aggregate into an indexscan,Tom Lane2008-03-27
* Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian2008-03-27
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-25
* When a relation has been proven empty by constraint exclusion, propagate thatTom Lane2008-03-24
* Use new errdetail_log() mechanism to provide a less klugy way of reportingTom Lane2008-03-24
* Fix various infelicities that have snuck into usage of errdetail() andTom Lane2008-03-24
* Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane2008-03-24
* Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane2008-03-24
* Avoid a useless tuple copy within nodeMaterial. Neil ConwayTom Lane2008-03-23
* Create a function quote_nullable(), which works the same as quote_literal()Tom Lane2008-03-23
* Refactor to_char/to_date formatting code; primarily, replace DCH_processorTom Lane2008-03-22
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-22
* Remove TypeName struct's timezone flag, which has been write-only storageTom Lane2008-03-21
* Give an explicit error for serial[], rather than silently ignoringTom Lane2008-03-21