summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-11-24Print bit strings as B'...' when INSERT commands are dumped.Peter Eisentraut
2000-11-24Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut
2000-11-24update list of places to change version numbers; reformatPeter Eisentraut
2000-11-24Remove obsolete test suitePeter Eisentraut
2000-11-24A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane
2000-11-23Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane
2000-11-23Set fdstate in fileNameOpenFile.Vadim B. Mikheev
2000-11-22Fix output file names for new driverPeter Eisentraut
2000-11-22Bit string regression testPeter Eisentraut
2000-11-22Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut
2000-11-22Point runtest and runcheck targets at new regression test driver.Peter Eisentraut
2000-11-22Recommit socket path fix. It works now.Bruce Momjian
2000-11-22Back out socket path until it works.Bruce Momjian
2000-11-22Back out socket file path change until it works.Bruce Momjian
2000-11-22avoid opening view files.Hiroshi Inoue
2000-11-22Allow running without a "schedule" file. This enables you to run testsPeter Eisentraut
2000-11-22Make socket option specify just the directory, not the full path.Bruce Momjian
2000-11-22geometry result files for unixwarePeter Eisentraut
2000-11-22Tweak resultmap documentation, add to README too.Tom Lane
2000-11-21Allow for different result files when using GCC versus native compiler.Peter Eisentraut
2000-11-21Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut
2000-11-21Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-21Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...Tom Lane
2000-11-21Improve comments.Tom Lane
2000-11-21Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane
2000-11-21Don't hide error message from dropdb.Peter Eisentraut
2000-11-21miscVadim B. Mikheev
2000-11-21Fix OID bootstraping.Vadim B. Mikheev
2000-11-21Adjust opr_sanity.out for small change in OID allocation.Tom Lane
2000-11-21Add missing #include <errno.h>.Tom Lane
2000-11-21keep relations open until they are no longer needed.Hiroshi Inoue
2000-11-21Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane
2000-11-21Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev
2000-11-21Simplify definition of pg_tables and pg_views views by making use ofTom Lane
2000-11-21Fix erroneous handling of parameters at SubqueryScan plan nodes,Tom Lane
2000-11-20Fix yacc failures in preproc.y.Tom Lane
2000-11-20Silence gcc warnings.Tom Lane
2000-11-20No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-20Enable WAL in config.h, not Makefile.global.Peter Eisentraut
2000-11-20Include postgres.h before checking #ifdef XLOG.Peter Eisentraut
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-20Parser synced.Michael Meskes
2000-11-20Encoding patch to Connection by wrobell@posexperts.com.plPeter Mount
2000-11-20Compile WAL by default.Vadim B. Mikheev
2000-11-20Eliminate unused-variable warning.Tom Lane
2000-11-19Fix typo.Tom Lane
2000-11-19Update README with proposed new method for determining calling conventionTom Lane
2000-11-18Polish error messages, help output, give marginal clue about command linePeter Eisentraut