2002-07-19 |
Bruce Momjian | Complete TODO item: |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Peter Eisentraut | pg_cast table, and standards-compliant CREATE/DROP... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Complete TODO item: |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Peter Eisentraut | Create directory before installing files. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | New depend code doesn't need sequence drop. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tom Lane | Sic transit src/utils. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Back out BETWEEN node patch, was causing initdb failure. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | New depend code auto-drops sequence, fix copy2.out. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tom Lane | Implement DROP SCHEMA. It lacks support for dropping... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tom Lane | Fix copy-and-pasteo (CASCADE/RESTRICT in wrong place). |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tatsuo Ishii | Fix typo (PG_UNICODE -> PG_UTF8) |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Unique and primary key constraints are both dumped... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC; |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Fix for PgTransaction class to make these visible to... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Here (finally ;-)) is a doc patch covering the Table... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | The attached patch fixes a tiny memory leak in psql... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | here are the copy2.sql and copy2.out files for the... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | The attached patch (against HEAD) implements |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | You made a tiny little type in a comment in parsenodes... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Finished the Between patch Christopher started. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Here is a patch for the Table Function API. It fixes... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Contrib port/ usage is same as others so no need for... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Add comment to file about port files. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tatsuo Ishii | Fix breakage for pltcl modules. pg_get_enconv_by_encodi... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Move libc replacement files from src/backend/port to... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Bruce Momjian | Make src/backend/port/*.c file location dependent only... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tatsuo Ishii | I have committed many support files for CREATE CONVERSI... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Bruce Momjian | Done, not sure when, reported by Neil Conway: |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Bruce Momjian | Improve getopt_long search, per Peter: |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tom Lane | Add more dependency insertions --- this completes the... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Barry Lind | fixed bug in support for timestamp without time zone... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Oops, sometimes strtol isn't called in pg_atoi, so... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Fix tid to in/out as unsigned. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tom Lane | Add initdb code to set up initial contents of pg_depend... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | > pgsql-bugs@postgresql.org wrote: |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tatsuo Ishii | Add conversion procs for CREATE CONVERSION |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tatsuo Ishii | Fix typo |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tatsuo Ishii | Add FindDefaultConversionProc |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tom Lane | Add code to extract dependencies from an expression... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Add DLLINIT mention in port/Makefile. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Move few remaining src/utils files to backend/port... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Add mention of TOAST storage for character columns. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Mark 'line' as 'not implemented' in SGML and psql ... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | This fixes 2 inaccuracies in the recently added SQL99... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Bruce Momjian | Add comment for isbn,issn data type, from Pete St.... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Item not needed: |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Remove indenting of Makefile comments, per Peter.\ |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Remove utils/getopt.c file, not needed, it only allowed... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Add search for libgetopt.a in hopes of finding getopt_l... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Remove certain Makefile dependencies by using full... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tom Lane | Use the dependency mechanism to manage column defaults... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Fix make_ctags for exhuberant tags. |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Hiroshi Inoue | Fix a bug about the handling of '.' in parse.c. |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Improve relcache.c error reporting for the next guy... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Bruce Momjian | Fix \? and \pset pager handling. \? wasn't honoring... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Tom Lane | Add COMMENT ON CONSTRAINT facility (from Rod Taylor... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Tom Lane | Remove no-longer-appropriate notes about lack of CASCAD... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Tom Lane | In DeleteAttributeTuples, use a single indexscan instea... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Tom Lane | Fix testing of partial-index predicates to work correct... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Bruce Momjian | Mark as done, per Rod: |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Bruce Momjian | Both done: |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Bruce Momjian | Add SET statement_timeout capability. Timeout is in... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Bruce Momjian | Re-add -I documentation, per Tom. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Tom Lane | Second phase of committing Rod Taylor's pg_depend/pg_co... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Dave Cramer | Changed getCrossReference to return information about... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Hiroshi Inoue | An improvement of User Interface(Setup dialog) by Dave... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Hiroshi Inoue | 1) Fix a memory leak in use declare/fetch mode. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Not a valid item: |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Remove duplicate: |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Change error messages ExecAppend->ExecInsert and ExecRe... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Remove references to pre-7.1; too old. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tatsuo Ishii | Add new CREATE CONVERSION/DROP CONVERSION command. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Done, according to Rod Taylor: |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Fix getopt flags. Man thing thing was messed up. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Bruce Momjian | Fix another --help typo in pg_restore. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Hiroshi Inoue | Make NAMEDATALEN changeable at compile time. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Bruce Momjian | Fix pg_restore flags in documentation. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Barry Lind | fix bug in getTime() with fractional seconds reported... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Bruce Momjian | Oops, proper initialization for domainTypMod was none... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Bruce Momjian | Fix compiler warning: |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Bruce Momjian | Fix typo mentioned by Rich Morin. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Bruce Momjian | Fix case syntax for freebsd template. |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Bruce Momjian | Fix typo in xl_heaptid comment |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Bruce Momjian | Move CXX platform-specific stuff into template files. |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Bruce Momjian | Convert expr to case, for Peter E. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Bruce Momjian | I've fixed up the way domain constraints (not null... |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Bruce Momjian | Add comments about sharing. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Bruce Momjian | Move simple_prompt() into its own file to be shared... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Bruce Momjian | Don't document that UNDO is certain to be added in... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Barry Lind | fixed bug reported by Michael, Dietrich (mdt@emdete... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Thomas G. Lockhart | Add a few new lines to display recently added fields... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Bruce Momjian | Mark person: |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Bruce Momjian | Done |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Hiroshi Inoue | Fix a bug reported by Zhou Han. |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Bruce Momjian | Add explanation of the various *_min_messages elog... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Bruce Momjian | Cleanup. |
commit | commitdiff | tree | snapshot |
next |