Commit Graph

9749 Commits (b3341ddbf2f4e849d770aa8682fedbf0a74a2980)

Author SHA1 Message Date
Bruce Momjian b3341ddbf2 Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas 24 years ago
Bruce Momjian b00e50fbb8 Remove indenting of Makefile comments, per Peter.\ 24 years ago
Bruce Momjian 4ea0275f18 Remove utils/getopt.c file, not needed, it only allowed "--flag" 24 years ago
Bruce Momjian b9104e3a97 Remove certain Makefile dependencies by using full pathnames in 24 years ago
Tom Lane 7bd631bfa4 Use the dependency mechanism to manage column defaults. We need this 24 years ago
Bruce Momjian 3c580b8d97 Fix make_ctags for exhuberant tags. 24 years ago
Hiroshi Inoue 5fad748eb8 Fix a bug about the handling of '.' in parse.c. 24 years ago
Bruce Momjian e552e9e512 Improve relcache.c error reporting for the next guy who has to debug 24 years ago
Bruce Momjian 91dfa1af97 Fix \? and \pset pager handling. \? wasn't honoring pager before. 24 years ago
Tom Lane d5fa19c6ee Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). 24 years ago
Tom Lane df3f5dfd19 In DeleteAttributeTuples, use a single indexscan instead of the multiple 24 years ago
Tom Lane 942a2e94fa Fix testing of partial-index predicates to work correctly in cases where 24 years ago
Bruce Momjian 4db8718e84 Add SET statement_timeout capability. Timeout is in ms. A value of 24 years ago
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 24 years ago
Dave Cramer 791a40f943 Changed getCrossReference to return information about each composite key seperately 24 years ago
Hiroshi Inoue b82b2db7c1 An improvement of User Interface(Setup dialog) by Dave Page. 24 years ago
Hiroshi Inoue 59e5d516aa 1) Fix a memory leak in use declare/fetch mode. 24 years ago
Bruce Momjian 29dfd5fa26 Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate 24 years ago
Tatsuo Ishii fcc962566a Add new CREATE CONVERSION/DROP CONVERSION command. 24 years ago
Bruce Momjian 3a0136c7d2 Fix getopt flags. Man thing thing was messed up. 24 years ago
Bruce Momjian 9c6c0ceb97 Fix another --help typo in pg_restore. 24 years ago
Hiroshi Inoue 263db2e586 Make NAMEDATALEN changeable at compile time. 24 years ago
Barry Lind d676e29d41 fix bug in getTime() with fractional seconds reported by Laurette Cisneros (laurette@nextbus.com) 24 years ago
Bruce Momjian 92a77cb870 Oops, proper initialization for domainTypMod was none at all, not 0. 24 years ago
Bruce Momjian 81e7e71941 Fix compiler warning: 24 years ago
Bruce Momjian 2dc53d863c Fix case syntax for freebsd template. 24 years ago
Bruce Momjian 20e83274bb Fix typo in xl_heaptid comment 24 years ago
Bruce Momjian 4f4753832e Move CXX platform-specific stuff into template files. 24 years ago
Bruce Momjian 712f69ece8 Convert expr to case, for Peter E. 24 years ago
Bruce Momjian 1666970275 I've fixed up the way domain constraints (not null and type length) 24 years ago
Bruce Momjian 5af6e0a4ac Add comments about sharing. 24 years ago
Bruce Momjian 7015111a19 Move simple_prompt() into its own file to be shared with psql and pg_dump. 24 years ago
Barry Lind f170e61d9b fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object handle was being used after the end of the transaction and thus resulting in an error. 24 years ago
Hiroshi Inoue 8831c35a19 Fix a bug reported by Zhou Han. 24 years ago
Bruce Momjian c8c2b7fff9 Fix compile error in assert coded added by new DISTINCT ON patch. 24 years ago
Bruce Momjian d59478c4f3 More clearly document in pg_dump when we are dealing with an object name 24 years ago
Thomas G. Lockhart 68d9fbeb55 Implement the IS DISTINCT FROM operator per SQL99. 24 years ago
Bruce Momjian 3722dee6d9 Document function args are required for pg_restore -P. 24 years ago
Bruce Momjian d656c249b3 Update FreeBSD template to properly compile c++ on alpha. 24 years ago
Bruce Momjian 3138aac971 Add missing pgaccess copyright file, same as ours. 24 years ago
Tom Lane 08a46ad4f6 Fix some more boundary-case errors in psql variable substitution: 24 years ago
Bruce Momjian bc3d2e1e35 Allow make_ctags to work with exuberant tags. 24 years ago
Bruce Momjian a4485ea894 Indent libpq++ as mentioned in email. Format was terrible, and this 24 years ago
Bruce Momjian c9a7345217 >the extra level of struct naming for pd_opaque has no obvious 24 years ago
Bruce Momjian 22347d69c9 Update to pgaccess 0.91. 24 years ago
Bruce Momjian f4590995c9 The attached patch fixes 2 memory leaks in pg_dump, as well as corrects 24 years ago
Bruce Momjian 43b0f2e28a The attached patch fixes a minor memory leak in psql. 24 years ago
Bruce Momjian 33f1687879 There already was a macro PageGetItemId; this is now used in (almost) 24 years ago
Bruce Momjian 8864603f3c Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated 24 years ago
Bruce Momjian 97bfffe50e This patch, which is built upon the "HeapTupleHeader accessor macros" 24 years ago