summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-10-09Remove -pipe on Linux, per reports from Peter.Bruce Momjian
2003-10-09Add -pipe compile for Linux.Bruce Momjian
2003-10-09Make template CFLAGS handling consistent.Bruce Momjian
2003-10-09Re-add -pipe compile flags for bsd's.Bruce Momjian
2003-10-09This centralizes the optimization defaults into configure.in, ratherBruce Momjian
2003-10-09Change "query:" to "statement:".Bruce Momjian
2003-10-09Add quotes to CFLAG define.Bruce Momjian
2003-10-09Protected access to variable m_preparedCount via synchronizedJan Wieck
2003-10-08New translationsPeter Eisentraut
2003-10-08New translationsPeter Eisentraut
2003-10-08Add quotes around -O setting for consistency.Bruce Momjian
2003-10-08Removed my debug printf() call from numeric.cMichael Meskes
2003-10-08Use calloc() to allocate empty structures.Bruce Momjian
2003-10-08Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian
2003-10-07Fixed floating point exception in long=>numeric conversion.Michael Meskes
2003-10-07Fix include used by entab.Bruce Momjian
2003-10-07Add missing include file.Peter Eisentraut
2003-10-07Fixed error handling in Informix compat str to date conversion.Michael Meskes
2003-10-06New Italian translationPeter Eisentraut
2003-10-06Fix binary_oper_exact() so that the heuristic 'an unknown literal onTom Lane
2003-10-06Translation updatesPeter Eisentraut
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-06New Slovene translationsPeter Eisentraut
2003-10-06- Fixed constant listing in execute using clause.Michael Meskes
2003-10-06Translation updatesPeter Eisentraut
2003-10-06Modify COPY FROM to match the null-value string against the column valueTom Lane
2003-10-06Fix order of operations within SendQuery() so that the time spent inTom Lane
2003-10-05Add a little more smarts to estimate_hash_bucketsize(): if there's noTom Lane
2003-10-05Make psql \timing show three digits.Bruce Momjian
2003-10-05Translation updatesPeter Eisentraut
2003-10-05When revoking privileges from the owner, don't revoke the grant options,Peter Eisentraut
2003-10-05Fixed bug in day of week processing.Michael Meskes
2003-10-04Translation updatePeter Eisentraut
2003-10-04Document the always-true-but-previously-undocumented fact that PQfnumber()Tom Lane
2003-10-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-04Translation updatesPeter Eisentraut
2003-10-04Translation updatePeter Eisentraut
2003-10-04Fix log_duration and log_min_duration_statement to print properly, asBruce Momjian
2003-10-04Translation updatesPeter Eisentraut
2003-10-04Format help message internally consistent.Peter Eisentraut
2003-10-04Change transaction status indicator in prompt from %T to %x.Peter Eisentraut
2003-10-03New translationPeter Eisentraut
2003-10-03Issue 'SET check_function_bodies = false' to suppress possible restoreTom Lane
2003-10-03Add GUC parameter check_function_bodies to control whether validationTom Lane
2003-10-03Cause PQescapeString to stop processing at a null character, ratherTom Lane
2003-10-03Remove assorted compilation failures introduced by latest ecpg changes.Tom Lane
2003-10-03Hide Informix datatypes. They are not seen by our built process anymore.Michael Meskes
2003-10-02Add a bit more locking to vac_update_relstats and vac_update_dbstatsTom Lane
2003-10-02When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane
2003-10-02Do not return from PQrequestCancel until postmaster has finishedTom Lane