2000-12-17 |
Peter Eisentraut | Bump version to 7.1. (No "beta1", since we're just... |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Peter Eisentraut | Update SysV IPC information. |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Tom Lane | Update type-coercion discussions to reflect current... |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Tom Lane | Misc. cleanups. |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Tom Lane | Outer join updates, miscellaneous polishing. |
commit | commitdiff | tree | snapshot |
2000-12-17 |
Tom Lane | Tweak select_common_type() to deal with possibility... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Tom Lane | Update some obsolete info about GEQO. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Bruce Momjian | Add 7.1 features list |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Tom Lane | A little wordsmithing in the pattern-matching section. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Tom Lane | Add note that COALESCE and NULLIF are shorthand forms... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Tom Lane | Clean up some bogosities in description of target lists. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Peter Eisentraut | Fix linker options for ODBC driver. See comment in |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Peter Eisentraut | Fix rules to re-generate config.h. The examples in... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Tom Lane | Restructure performance tips into a single chapter... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Remove current->old mapping. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | Change ET_WARN to ET_NOTICE to match internal codes... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Tom Lane | Make algorithm for resolving UNKNOWN function/operator... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | here is a patch fixing today's bug report: |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Bruce Momjian | there is one problem with Zoltan patches commited into... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Peter Eisentraut | List .o file explicitly as dependency, to work around... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Tom Lane | Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Peter Eisentraut | Print the error message before attempting to reset... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Tom Lane | Remove a few remaining vestiges of elog(WARN). |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jan Wieck | Bugfix |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Peter Eisentraut | Merge functions and operators chapters. Lots of updates. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Tom Lane | Planner speedup hacking. Avoid saving useless pathkeys... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Hiroshi Inoue | Make sure to not handle deactivated system indexes |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Tom Lane | Change StoreCatalogInheritance() to work from a list... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tom Lane | Fix thinko for case of outer join where inner table... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Tom Lane | Cache eval cost of qualification expressions in Restric... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Bruce Momjian | In 'Joins between classes' in Section 5 of the tutorial... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Tom Lane | Revise SELECT reference page for outer joins, subselect... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Links to CUBE, SEG contrib items |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Gene Selkov's SEG datatype (GiST example code) |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Gene Selkov's CUBE datatype (GiST example code) |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Vadim B. Mikheev | Remove elog for online log files. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Bruce Momjian | Make all ODBCVER = 2.50 |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Allow resultmap file to be missing, for use in contrib... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Bruce Momjian | Fix ODBC compile, prevent ODBCVER warning, though the... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Bruce Momjian | Change to Negator. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Vadim B. Mikheev | elog(LOG)-->elog(DEBUG) for skipped logs. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Add Darwin-specific geometry test file. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Tweak Darwin patch to get right include order. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Hiroshi Inoue | Resolve complie error(was my fault). |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Hiroshi Inoue | *redo: Heap move* neglects to set t_cmin for MOVED_IN... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tatsuo Ishii | Fix ILIKE bug (only in multi-byte case) |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Tom Lane | Darwin porting patches from Peter Bierman <bierman... |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Bruce Momjian | Here is patch to the ODBC driver to update the version... |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Bruce Momjian | Here is a diff to info.c in interfaces/odbc that update... |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Bruce Momjian | Backout right-hand/left-hand. |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Bruce Momjian | in catalog.sgml |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Bruce Momjian | Add mention of \d+ to comment. |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Peter Eisentraut | Correct one description, add one. |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Bruce Momjian | Fix typo |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Bruce Momjian | Fixes for examples from Thomas Diffenbach |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Tom Lane | Portability fix from Ryan Kirkpatrick's Alpha patches... |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Tom Lane | Suppress compiler warnings. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Bruce Momjian | Add fulltextindex TODO list. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Bruce Momjian | Update FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Bruce Momjian | Update FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Tatsuo Ishii | Fix a bug in conversion from big5 to EUC_TW (CNS 11643... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Repair erroneous use of hashvarlena() for MACADDR,... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Resurrect -F switch: it controls fsyncs again, though... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Bruce Momjian | Fix Westwood/Westward, from Wessel van Norel. |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Add missing copyright and RCS identification header. |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Remove error check that disallowed setval() on a sequen... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Hiroshi Inoue | Cache invalidation for vacuum of system tables. |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Hiroshi Inoue | REINDEX under WAL. |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Improve error message for erroneous use of 'opaque... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Improve error message for erroneous use of 'opaque... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Tom Lane | Improve error message for erroneous use of 'opaque... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | Change lpad() and rpad() to behave more Oracle-compatib... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Peter Eisentraut | typo correction |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Peter Eisentraut | Do not use 'ar cq' to build library archives, use ... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | checkretval() failed to cope with an empty SQL function... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | Make OVERLAPS operators conform to SQL92 spec regarding... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Hiroshi Inoue | RecordTransactionAbort() shouldn't log XLOG_XACT_ABORT |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | Make application of FOR UPDATE to a view work exactly... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Tom Lane | transformForUpdate() mustn't assume rowMarks list is... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Tom Lane | Clean up handling of FOR UPDATE inside views and subsel... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Marc G. Fournier | update VERSION to 7.1beta1.. |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Peter Eisentraut | -L linker options are now in LDFLAGS, not LIBS. The... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Tom Lane | Don't include miscadmin.h in elog.h, since the former... |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Tom Lane | I've just seen what happens when the MEMORY_CONTEXT_CHE... |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Tom Lane | In SELECT FOR UPDATE, silently ignore null CTIDs, rathe... |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Tom Lane | From Stephan Szabo: |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Tom Lane | Add regress test case for INSERT ... SELECT in rules. |
commit | commitdiff | tree | snapshot |
next |