summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-024-14/+17
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-0211-48/+48
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-028-3/+140
* In the meaning of bug-fix, the patch is not needed. Because youBruce Momjian2000-10-021-2/+4
* Communicate PGPORT and PGHOST via environment, not command linePeter Eisentraut2000-10-021-11/+25
* Honor $(SHELL) when invoking pg_regress.Tom Lane2000-10-021-3/+3
* Fix silly typo that prevented resultmap from being honored byTom Lane2000-10-021-2/+2
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-023-117/+68
* Add missing python files.Bruce Momjian2000-10-024-0/+826
* Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian2000-10-0216-1372/+1980
* Fix quoting bugPeter Eisentraut2000-10-011-3/+3
* Fix test orderPeter Eisentraut2000-10-011-7/+11
* Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexesTom Lane2000-09-301-28/+24
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-296-11/+81
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-2977-2623/+3138
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-2917-190/+831
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-295-13/+13
* Enable initdb to create several levels of directories for PGDATA, ifPeter Eisentraut2000-09-291-2/+2
* Linking with -lc or -lm crashes on Cygwin; filter out those libraries fromPeter Eisentraut2000-09-291-0/+4
* Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut2000-09-292-7/+15
* BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue2000-09-291-2/+12
* avoid database-wide restart on write errorHiroshi Inoue2000-09-291-5/+4
* Cygwin doesn't have DST before 1970 eitherPeter Eisentraut2000-09-281-0/+1
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-2710-49/+42
* Reset current user id to session user id during transaction abortPeter Eisentraut2000-09-271-1/+7
* - Synced preproc.y with gram.y.Michael Meskes2000-09-268-156/+155
* Fix compile error in ecpg when enable-multibyte is on. This is due toTatsuo Ishii2000-09-261-3/+3
* When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut2000-09-251-1/+35
* Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut2000-09-258-39/+36
* Correct error in grammar for subselect-in-FROM: SQL spec does not allowTom Lane2000-09-251-8/+5
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-256-58/+62
* System neglected to complain about ungrouped variables passed toTom Lane2000-09-251-2/+2
* Karel missed an ichar->chr ...Tom Lane2000-09-251-2/+2
* Change // to /*.Bruce Momjian2000-09-251-2/+2
* the patch include:Bruce Momjian2000-09-254-21/+71
* disable plperl again.Bruce Momjian2000-09-251-4/+4
* Acquire read lock on a buffer while writing it out, to preventTom Lane2000-09-251-32/+45
* Tweak resultmap so that geometry regress test selects the right comparisonTom Lane2000-09-241-1/+1
* Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane2000-09-231-12/+14
* Don't free() the result of getpwuid().Peter Eisentraut2000-09-221-6/+1
* SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane2000-09-221-8/+13
* Add check of 'SET DateStyle TO DEFAULT'.Tom Lane2000-09-222-0/+3
* Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut2000-09-211-1/+4
* *** empty log message ***Michael Meskes2000-09-215-8/+22
* Fix coredump in copyCommentStmt().Tom Lane2000-09-201-2/+3
* *** empty log message ***Michael Meskes2000-09-2014-73/+575
* Make sure that FlushRelationBuffers() is invoked by all paths throughTom Lane2000-09-191-42/+72
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-196-48/+57
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-1910-59/+110
* *** empty log message ***Michael Meskes2000-09-1916-336/+587