summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut2002-09-051-3/+3
* Fix compilation warning. (Cygwin has char* as second argument ofPeter Eisentraut2002-09-051-2/+2
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-0513-48/+52
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-046-24/+38
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-0416-156/+17
* Fix compile warning.Peter Eisentraut2002-09-041-2/+2
* Fix includes for plperl: ensure postgres.h is included first,Tom Lane2002-09-042-27/+3
* pgindent run.Bruce Momjian2002-09-04408-9490/+10216
* Update symbols for 7.3.Bruce Momjian2002-09-041-1444/+1444
* Update for 7.3 typedefs.Bruce Momjian2002-09-042-1379/+1445
* Update to reflect Tom's suggestions.Bruce Momjian2002-09-041-7/+8
* Remove sh -x option that snuck in somehow.Peter Eisentraut2002-09-041-2/+2
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-046-23/+28
* File list cleanup.Bruce Momjian2002-09-041-3/+3
* Update files to be changed.Bruce Momjian2002-09-041-7/+5
* Brand 7.3. Ready for beta!Bruce Momjian2002-09-042-7/+7
* Refrect the changes to src/test/regress/sql/conversion.sql By Tom.Tatsuo Ishii2002-09-042-3/+3
* EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestampTom Lane2002-09-031-2/+6
* Arrange for the default permissions on a database to allow temp tableTom Lane2002-09-033-6/+19
* conversion test fails if there is an existing user named foo. Choose a nameTom Lane2002-09-032-6/+6
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-0343-253/+126
* Work around mktime() brain damage in recent versions of glibc by usingTom Lane2002-09-031-12/+87
* Eliminate unnecessary dependency on mktime(), and consequent 'Unable toTom Lane2002-09-031-23/+10
* Workaround for format strings that are concatenated from macrosPeter Eisentraut2002-09-032-27/+85
* AIX shlib fix for building libpq.so from Tomoyuki NiijimaBruce Momjian2002-09-031-2/+2
* I think reindex_index had better get AccessExclusiveLock on the parentTom Lane2002-09-031-4/+4
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-033-19/+20
* Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane2002-09-022-13/+36
* Translation updatesPeter Eisentraut2002-09-029-12711/+14146
* Avoid shell syntax error if list of languages is empty.Peter Eisentraut2002-09-021-1/+3
* Fix typos.Peter Eisentraut2002-09-021-3/+3
* Convert control status codes to human-readable strings.Peter Eisentraut2002-09-021-6/+6
* pg_on_connection_loss command for libpgtcl. Patch fromTom Lane2002-09-025-34/+206
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-022-11/+48
* Improve CVS log grouping.Bruce Momjian2002-09-021-1/+1
* Fix breakage introduced by evidently-completely-untested snprintf patch.Tom Lane2002-09-021-2/+3
* Fix conversion regressin test failure.Tatsuo Ishii2002-09-021-2/+8
* Update catversion so we are sure everyone gets the bytea LIKE fix.Bruce Momjian2002-09-021-2/+2
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-026-154/+256
* Tab completion in psql is missing the REINDEX command.Bruce Momjian2002-09-021-2/+2
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-0210-72/+73
* I guess the intention was to test incomplete SELECT statements, notBruce Momjian2002-09-022-5/+16
* Okay, attached is a patch that moves the alter table regression testBruce Momjian2002-09-022-4/+4
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-026-92/+114
* Remove documentation that says debug_query_string is only used byBruce Momjian2002-09-021-8/+8
* Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian2002-09-022-2/+2
* I tried to build PostgreSQL with the following step to see backends hungBruce Momjian2002-09-021-2/+3
* JDBC checkin fixing the following bugs:Barry Lind2002-09-0210-40/+243
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-0264-135/+73
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-0212-70/+290