summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-02-12CleanupBruce Momjian
2001-02-12Add // -> /* */ mapping to pgindent.Bruce Momjian
2001-02-12Update ODBC resource MS-generated file.Bruce Momjian
2001-02-12Change more // comments.Bruce Momjian
2001-02-12Remove // and make /* */Bruce Momjian
2001-02-12Replace // comments from file for MS products.Bruce Momjian
2001-02-12poit -> point.Bruce Momjian
2001-02-11SOCK_get_next_byte should not return garbage after error/EOF. ReturnTom Lane
2001-02-11Remove unneeded shutdown() call, per Tom Lane.Bruce Momjian
2001-02-11Improve error message when startup or shutdown proc fails.Tom Lane
2001-02-11More cleanups.Bruce Momjian
2001-02-11Include file alignment fixes.Bruce Momjian
2001-02-11Move X packet before shutdown().Bruce Momjian
2001-02-11Source alignment cleanups.Bruce Momjian
2001-02-11More updates.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11Cleanup of source.Bruce Momjian
2001-02-11The attached patch does the following:Bruce Momjian
2001-02-11Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii
2001-02-11conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii
2001-02-11Clean up mutibyte supoorting source files.Tatsuo Ishii
2001-02-10Disable X connection close in ODBC until solution is found.Bruce Momjian
2001-02-10Format to match standard conventionsBruce Momjian
2001-02-10Convert to standard 4-space tabs.Bruce Momjian
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-10move commentBruce Momjian
2001-02-10Add comment about linker/compiler on bsd.Bruce Momjian
2001-02-10Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut
2001-02-10Revert shlib changes.Bruce Momjian
2001-02-10Remove protcol option buttons.Bruce Momjian
2001-02-10ODBC BSD/OS fix.Bruce Momjian
2001-02-10Allow -Bsymbolic on BSDI for ODBC.Bruce Momjian
2001-02-10Fix on LinuxPeter Eisentraut
2001-02-10More ODBC formatting cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
2001-02-10Remove protocol-dependent code. This should have been on previous commit.Bruce Momjian
2001-02-10CleanupBruce Momjian
2001-02-10More cleanup, again not sure it works.Bruce Momjian
2001-02-10Clean up bad variable used in script. Still not sure it works under Linux.Bruce Momjian
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
2001-02-10Fix byte-vs-word-width oversight in m68k TAS() code.Tom Lane
2001-02-10Ignore leading whitespace when trying to determine statement type,Tom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-02-09Remove last code that assumed xinv/xinx are large object files.Bruce Momjian
2001-02-09This hasn't been used for anything for a long time...Tom Lane
2001-02-09When updating a tuple containing compressed-in-line fields, do notTom Lane
2001-02-09Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian