summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-18Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian
2002-07-18Add comment to file about port files.Bruce Momjian
2002-07-18Fix breakage for pltcl modules. pg_get_enconv_by_encoding() has beenTatsuo Ishii
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian
2002-07-18Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-16fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind
2002-07-16Oops, sometimes strtol isn't called in pg_atoi, so we do need that badpBruce Momjian
2002-07-16Fix tid to in/out as unsigned.Bruce Momjian
2002-07-16Add initdb code to set up initial contents of pg_depend, pinning allTom Lane
2002-07-16Add conversion procs for CREATE CONVERSIONTatsuo Ishii
2002-07-16Fix typoTatsuo Ishii
2002-07-16Add FindDefaultConversionProcTatsuo Ishii
2002-07-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-16Add DLLINIT mention in port/Makefile.Bruce Momjian
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-07-16Mark 'line' as 'not implemented' in SGML and psql \dT, per ThomasBruce Momjian
2002-07-15Remove indenting of Makefile comments, per Peter.\Bruce Momjian
2002-07-15Remove utils/getopt.c file, not needed, it only allowed "--flag"Bruce Momjian
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-15Use the dependency mechanism to manage column defaults. We need thisTom Lane
2002-07-15Fix make_ctags for exhuberant tags.Bruce Momjian
2002-07-15Fix a bug about the handling of '.' in parse.c.Hiroshi Inoue
2002-07-15Improve relcache.c error reporting for the next guy who has to debugBruce Momjian
2002-07-15Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian
2002-07-14Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane
2002-07-14In DeleteAttributeTuples, use a single indexscan instead of the multipleTom Lane
2002-07-13Fix testing of partial-index predicates to work correctly in cases whereTom Lane
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-12Changed getCrossReference to return information about each composite key sepe...Dave Cramer
2002-07-12An improvement of User Interface(Setup dialog) by Dave Page.Hiroshi Inoue
2002-07-121) Fix a memory leak in use declare/fetch mode.Hiroshi Inoue
2002-07-11Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-11Fix getopt flags. Man thing thing was messed up.Bruce Momjian
2002-07-11Fix another --help typo in pg_restore.Bruce Momjian
2002-07-11Make NAMEDATALEN changeable at compile time.Hiroshi Inoue
2002-07-10fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind
2002-07-09Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian
2002-07-09Fix compiler warning:Bruce Momjian
2002-07-08Fix case syntax for freebsd template.Bruce Momjian
2002-07-08Fix typo in xl_heaptid commentBruce Momjian
2002-07-07Move CXX platform-specific stuff into template files.Bruce Momjian
2002-07-07Convert expr to case, for Peter E.Bruce Momjian
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-06Add comments about sharing.Bruce Momjian
2002-07-06Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian