aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Report the current queries of all backends involved in a deadlockTom Lane2008-03-21
* Corrected version number.Michael Meskes2008-03-21
* More README src cleanups.Bruce Momjian2008-03-21
* Generate dummy probes.h for MSVC builds.Andrew Dunstan2008-03-21
* Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane2008-03-21
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-20
* Add a couple of missing FreeQueryDesc calls. Noticed while testing aAlvaro Herrera2008-03-20
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Dept of second thoughts: --no-tablespaces had better also preventTom Lane2008-03-20
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-20
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Changed statement escaping to not escape continuation line markers.Michael Meskes2008-03-20
* Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas2008-03-20
* Remove another useless snapshot creation.Alvaro Herrera2008-03-19
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* We no longer need a snapshot set after opening the finishing transaction: thisAlvaro Herrera2008-03-19
* Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane2008-03-19
* Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii2008-03-19
* Add find_typedef comments for Linux.Bruce Momjian2008-03-18
* Add find_typedef comment.Bruce Momjian2008-03-18
* Add Linux support to find_typedefs, with help from Alvaro.Bruce Momjian2008-03-18
* Arrange to "inline" SQL functions that appear in a query's FROM clause,Tom Lane2008-03-18
* Don't need -Wno-error anymore, because flex is no longer producing warnings.Peter Eisentraut2008-03-18
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane.Alvaro Herrera2008-03-18
* Advance multiple array keys rightmost-first instead of leftmost-firstTom Lane2008-03-18
* Fix our printf implementation to follow spec: if a star parameterTom Lane2008-03-18
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txtPeter Eisentraut2008-03-17
* Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander2008-03-17
* Revert thinko introduced into prefix_selectivity() by my recent patch:Tom Lane2008-03-17
* Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's notAlvaro Herrera2008-03-17
* Grab some low-hanging fruit in the new hash index build code.Tom Lane2008-03-17
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-17
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera2008-03-16
* Some cleanups of enum-guc code, per comments from Tom.Magnus Hagander2008-03-16
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.Tom Lane2008-03-14