1999-04-10 |
Tom Lane | Tweak create_operator regress test so it doesn't illustrate |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Peter Mount | vacuumlo deals with large objects not referenced by... |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Tom Lane | Fix CREATE OPERATOR ... LANGUAGE 'internal', which... |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Thomas G. Lockhart | Add section from Tom Lane on hashjoin characteristics... |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Thomas G. Lockhart | Add emacs editor hints to bottom of file. |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Tom Lane | Fix some more hashjoin-related bugs in pg_operator... |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Tatsuo Ishii | Prepare multi-byte support document for 6.5 |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Tom Lane | Unmark 'hashable' operators that can't really be used for |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Thomas G. Lockhart | Fix markup to include all closing tags. |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Thomas G. Lockhart | Start indenting markup. No text changes. |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Thomas G. Lockhart | Fix XREF markup and typo. |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Thomas G. Lockhart | Version string was truncating the last character. |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Tom Lane | On reflection, filesize limit ought to be an exact... |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Tom Lane | Reduce default file size limit to 1Gb, and move the |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Vadim B. Mikheev | Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Tom Lane | Fix potential overflow problems when relation size... |
commit | commitdiff | tree | snapshot |
1999-04-04 |
Tom Lane | We use CFLAGS = -O2 on every other gcc platform, so... |
commit | commitdiff | tree | snapshot |
1999-04-04 |
Tom Lane | Use MAXALIGN value found by configure instead of a |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Tom Lane | Give a better error message if an SQL-language function is |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Tom Lane | Fix bogus pg_amop entries for int8 hash, cidr btree, |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Tom Lane | Fix nasty bug in optimization of multiway joins: optimizer |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Tom Lane | Repair problems with omitted password and VALID UNTIL |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Tom Lane | Remove overly presumptuous use of __STDC__ in c.h,... |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Tom Lane | Clean up compile errors and warnings, cf Billy Allie's |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Tom Lane | Update config.guess and config.sub to versions from |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Thomas G. Lockhart | Fix up small markup problems. Force omit-tags to nil... |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Thomas G. Lockhart | Repair cut-and-paste typo which described createdb... |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Thomas G. Lockhart | Include libpq+.sgml in the doc set. |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Thomas G. Lockhart | Updates from Vince Vielhaber are the first since 1997. |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Thomas G. Lockhart | Markup fixes from Vince Vielhaber. |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Tatsuo Ishii | Add -E option |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Tatsuo Ishii | Bug fixes and enhances to psql submitted by Masaaki... |
commit | commitdiff | tree | snapshot |
1999-03-30 |
Bruce Momjian | Small cleanups. |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Tatsuo Ishii | Addition to test/locale submitted by Oleg Broytmann... |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Tatsuo Ishii | change comparison char* and NULL to char* and '\0'... |
commit | commitdiff | tree | snapshot |
1999-03-29 |
Tom Lane | Modify fmgr so that internal name (compiler name) of... |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Vadim B. Mikheev | 1. Vacuum is updated for MVCC. |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Tom Lane | Expanded opr_sanity test to look at pg_proc and other |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Tom Lane | New regression test to cross-check pg_type, pg_class, |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Tom Lane | Clean up various minor irregularities detected by type_... |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Tom Lane | Remove pg_attribute_check.sql: these checks merged... |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Tom Lane | Fix bogus function signature for areajoinsel. |
commit | commitdiff | tree | snapshot |
1999-03-27 |
Tom Lane | Delete unused system table pg_parg. |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | No longer need this file here; superseded by oidjoins... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | Add results of findoidjoins as a standard regression... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | Remove a bunch of dead entries exposed by findoidjoins... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | Update findoidjoins for 6.5: remove workaround for... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Tom Lane | Revise memutils.h to use alignment information gathered by |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Tatsuo Ishii | Fix multi-byte+locale problem |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Tom Lane | Clean up att_align calculations so that XXXALIGN macros |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT support |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | These small utilities are for generating internal table... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to set client_encoding command help |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to the multi-byte encoding selections |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to the multi-byte encoding selections |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to the multi-byte encoding selections |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Bruce Momjian | Remove Tee code, move to _deadcode. |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Bruce Momjian | cleanups |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Bruce Momjian | Hi, |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Bruce Momjian | Add % to b_expr. |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Bruce Momjian | Cleanup of NULL in inet types. |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Correct some comments, fix a small memory wastage when... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Bruce Momjian | This patch fixes the bug that made it impossible to... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Add .cvsignore file so cvs doesn't complain if you... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Ah, *now* I understand: plpgsql lexer must be generated... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Bruce Momjian | Fix for %4 and 4%. |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Hmm, it seems some versions of flex declare yytext... |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Remove yacc/lex output files from CVS repository. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Remove yacc/lex output files from CVS repository. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Clean up build procedure: do not keep raw lex/yacc... |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | make clean should remove lex.yy.c |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Script for preparing derived files during tarball const... |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | Reverse out pfree agg part of patch from Erik Riedel. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | Fix for aggregate memory leaks from Erik Riedel. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | Fix &g. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | Fix shift/reduce for NULL = Var. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | Fix for memory leak in executor with fjIsNull. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | I suggest the following portability patch, which does not |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | Add EXCEPT/INTERSECT doc changes. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | cleanup parser |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | grammar cleanup' |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | cleanup of grammer. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | Fix optimizer indexing not working for negative numbers. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | cleanups |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Add new postgres -O option to allow system table struct... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | grammar cleanup |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | INET/CIDR doc cleanup |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Add docs about left-associativity of operators. |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Add documentation change for %'s precidence. |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Left associates all operators, instead of non-associati... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Have % operator have precedence like /. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Update sgml for 6.4.* release changes. |
commit | commitdiff | tree | snapshot |
next |