summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-03-26Include \password in the psql help.Magnus Hagander
2008-03-26Strengthen warnings about using pg_dump's -i option.Bruce Momjian
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-25Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway
2008-03-25added ECPGget_PGconn to exports.txtMichael Meskes
2008-03-24When a relation has been proven empty by constraint exclusion, propagate thatTom Lane
2008-03-24Use new errdetail_log() mechanism to provide a less klugy way of reportingTom Lane
2008-03-24Fix various infelicities that have snuck into usage of errdetail() andTom Lane
2008-03-24Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane
2008-03-24Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane
2008-03-23Avoid a useless tuple copy within nodeMaterial. Neil ConwayTom Lane
2008-03-23Create a function quote_nullable(), which works the same as quote_literal()Tom Lane
2008-03-22Refactor to_char/to_date formatting code; primarily, replace DCH_processorTom Lane
2008-03-22Add server side lo_import(filename, oid) function.Tatsuo Ishii
2008-03-21Remove TypeName struct's timezone flag, which has been write-only storageTom Lane
2008-03-21Give an explicit error for serial[], rather than silently ignoringTom Lane
2008-03-21Report the current queries of all backends involved in a deadlockTom Lane
2008-03-21Corrected version number.Michael Meskes
2008-03-21More README src cleanups.Bruce Momjian
2008-03-21Generate dummy probes.h for MSVC builds.Andrew Dunstan
2008-03-21Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane
2008-03-20Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane
2008-03-20Add a couple of missing FreeQueryDesc calls. Noticed while testing aAlvaro Herrera
2008-03-20Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian
2008-03-20Dept of second thoughts: --no-tablespaces had better also preventTom Lane
2008-03-20Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane
2008-03-20Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes
2008-03-20Changed statement escaping to not escape continuation line markers.Michael Meskes
2008-03-20Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas
2008-03-19Remove another useless snapshot creation.Alvaro Herrera
2008-03-19Support ALTER TYPE RENAME. Petr JelinekTom Lane
2008-03-19We no longer need a snapshot set after opening the finishing transaction: thisAlvaro Herrera
2008-03-19Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane
2008-03-19Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii
2008-03-18Add find_typedef comments for Linux.Bruce Momjian
2008-03-18Add find_typedef comment.Bruce Momjian
2008-03-18Add Linux support to find_typedefs, with help from Alvaro.Bruce Momjian
2008-03-18Arrange to "inline" SQL functions that appear in a query's FROM clause,Tom Lane
2008-03-18Don't need -Wno-error anymore, because flex is no longer producing warnings.Peter Eisentraut
2008-03-18Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut
2008-03-18Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane.Alvaro Herrera
2008-03-18Advance multiple array keys rightmost-first instead of leftmost-firstTom Lane
2008-03-18Fix our printf implementation to follow spec: if a star parameterTom Lane
2008-03-17Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut
2008-03-17We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txtPeter Eisentraut
2008-03-17Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander
2008-03-17Revert thinko introduced into prefix_selectivity() by my recent patch:Tom Lane
2008-03-17Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's notAlvaro Herrera
2008-03-17Grab some low-hanging fruit in the new hash index build code.Tom Lane
2008-03-17Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane