aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Back out *inv* changes for this file. Peter want to handle it.Bruce Momjian2001-02-13
|
* Remove unused files, per AndreasBruce Momjian2001-02-13
|
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-13
| | | | | | | | | | | | | | | as previously discussed. It makes AIX and IRIX not use DST for dates before 1970. The following expected files need to be removed from the regression tests, they contain wrong results and are not needed any more. src/test/regress/expected/horology-1947-PDT.out src/test/regress/expected/tinterval-1947-PDT.out src/test/regress/expected/abstime-1947-PDT.out Zeugswetter Andreas
* Removed abort() in XLogFileOpen.Vadim B. Mikheev2001-02-13
|
* Added some comments to setval, setval_is_called and do_setvalPhilip Warner2001-02-13
|
* - Fix help output: replace 'f' with 't' and change descPhilip Warner2001-02-13
| | | | | | - Add extra arg to formatStringLiteral to specify how to handle LF & TAB. I opted for encoding them except in procedure bodies & comments - Fixed bug in tar file input when restoring blobs
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-13
| | | | | | definitions from K&R to ANSI C style, and fix broken assumption that int and long are the same datatype. This repairs problems observed on Alpha with regexps having between 32 and 63 states.
* Attached is a makefile for the ODBC driver for use under win32. It has beenBruce Momjian2001-02-12
| | | | | | tested only with MS VC++ 6.0SP4 using nmake. Dave Page
* Hmm, this isn't used either.Tom Lane2001-02-12
|
* Remove unused and largely-broken-anyway compatibility defs.Tom Lane2001-02-12
|
* New MS resource file, pgindented.Bruce Momjian2001-02-12
|
* Suppress compiler warning on Alpha.Tom Lane2001-02-12
|
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
| | | | | | | | | two transactions create the same table name concurrently, the one that fails will complain about unique index pg_class_relname_index, rather than about pg_type_typname_index which'll confuse most people. Free side benefit: pg_class.reltype is correctly linked to the pg_type entry now. It's been zero in all but the preloaded pg_class entries since who knows when.
* CleanupBruce Momjian2001-02-12
|
* Add // -> /* */ mapping to pgindent.Bruce Momjian2001-02-12
|
* Update ODBC resource MS-generated file.Bruce Momjian2001-02-12
|
* Change more // comments.Bruce Momjian2001-02-12
|
* Remove // and make /* */Bruce Momjian2001-02-12
|
* Replace // comments from file for MS products.Bruce Momjian2001-02-12
|
* poit -> point.Bruce Momjian2001-02-12
|
* SOCK_get_next_byte should not return garbage after error/EOF. ReturnTom Lane2001-02-11
| | | | zero bytes instead.
* Remove unneeded shutdown() call, per Tom Lane.Bruce Momjian2001-02-11
|
* Improve error message when startup or shutdown proc fails.Tom Lane2001-02-11
|
* More cleanups.Bruce Momjian2001-02-11
|
* Include file alignment fixes.Bruce Momjian2001-02-11
|
* Move X packet before shutdown().Bruce Momjian2001-02-11
|
* Source alignment cleanups.Bruce Momjian2001-02-11
|
* More updates.Bruce Momjian2001-02-11
|
* More cleanup.Bruce Momjian2001-02-11
|
* More cleanup.Bruce Momjian2001-02-11
|
* Cleanup of source.Bruce Momjian2001-02-11
|
* The attached patch does the following:Bruce Momjian2001-02-11
| | | | | | | | | 1) Tidies up the Datasource Dialogue now the version options are gone. 2) Tidies a comment in info.c. 3) Increments all version numbers to 07.01.0003 to take account of recent revisions. Regards, Dave Page
* Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii2001-02-11
|
* conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii2001-02-11
|
* Clean up mutibyte supoorting source files.Tatsuo Ishii2001-02-11
| | | | Now only wchar.c is shared by fronetnd/backend.
* Disable X connection close in ODBC until solution is found.Bruce Momjian2001-02-10
|
* Format to match standard conventionsBruce Momjian2001-02-10
|
* Convert to standard 4-space tabs.Bruce Momjian2001-02-10
|
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
| | | | | When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
* move commentBruce Momjian2001-02-10
|
* Add comment about linker/compiler on bsd.Bruce Momjian2001-02-10
|
* Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian2001-02-10
|
* Repair BSD/OS shared library fixes.Peter Eisentraut2001-02-10
|
* Revert shlib changes.Bruce Momjian2001-02-10
|
* Remove protcol option buttons.Bruce Momjian2001-02-10
|
* ODBC BSD/OS fix.Bruce Momjian2001-02-10
|
* Allow -Bsymbolic on BSDI for ODBC.Bruce Momjian2001-02-10
|
* Fix on LinuxPeter Eisentraut2001-02-10
|
* More ODBC formatting cleanup.Bruce Momjian2001-02-10
|
* Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian2001-02-10
| | | | weren't the master source. We are now, and it really needs it.