Commit Graph

8544 Commits (c77e2e42fb4cf5c90a7562b9df289165ff164df1)
 

Author SHA1 Message Date
Tom Lane c77e2e42fb Tweak regressplans.sh to use any already-set PGOPTIONS. 25 years ago
Tom Lane 42d5e34e77 Repair mishandling of PRIMARY KEY declaration that references an 25 years ago
Tom Lane a626b78c89 Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 25 years ago
Peter Eisentraut 8c8ed4f456 Add missing tags. 25 years ago
Peter Eisentraut ec6a367e90 Bump version to 7.1. (No "beta1", since we're just going to forget to 25 years ago
Peter Eisentraut a4e29286b3 Update SysV IPC information. 25 years ago
Tom Lane 7b9fe96812 Update type-coercion discussions to reflect current reality. 25 years ago
Tom Lane c501e9aabe Misc. cleanups. 25 years ago
Tom Lane 96ff0cb0c4 Outer join updates, miscellaneous polishing. 25 years ago
Tom Lane cfa4d4d040 Tweak select_common_type() to deal with possibility of multiple preferred 25 years ago
Tom Lane 0c2629efaa Update some obsolete info about GEQO. 25 years ago
Bruce Momjian a238cb5a8a Add 7.1 features list 25 years ago
Tom Lane 6a0f486a25 A little wordsmithing in the pattern-matching section. 25 years ago
Tom Lane d316f22267 Add note that COALESCE and NULLIF are shorthand forms of CASE. 25 years ago
Tom Lane cf00d59335 Clean up some bogosities in description of target lists. 25 years ago
Peter Eisentraut 9cf0a82fc3 Fix linker options for ODBC driver. See comment in 25 years ago
Peter Eisentraut 2a81896a2a Fix rules to re-generate config.h. The examples in the Autoconf manual are 25 years ago
Tom Lane ad4fd77a5f Restructure performance tips into a single chapter ('populating a 25 years ago
Bruce Momjian 85934d1bdb Remove current->old mapping. 25 years ago
Bruce Momjian 4df6dc4801 Update TODO list. 25 years ago
Bruce Momjian 12691d92dc Update TODO list. 25 years ago
Bruce Momjian 3699791fa8 Update TODO list. 25 years ago
Bruce Momjian e2331b7ff7 Update TODO list. 25 years ago
Bruce Momjian 1940230392 Update TODO list. 25 years ago
Bruce Momjian 23bd779176 Change ET_WARN to ET_NOTICE to match internal codes, leave message as 25 years ago
Tom Lane 7d6af50f43 Make algorithm for resolving UNKNOWN function/operator inputs be 25 years ago
Bruce Momjian ff783fbae0 here is a patch fixing today's bug report: 25 years ago
Bruce Momjian 0cf37659c4 there is one problem with Zoltan patches commited into the tree: 25 years ago
Peter Eisentraut 326fbd8837 List .o file explicitly as dependency, to work around a gmake bug 25 years ago
Tom Lane b260c18cbc Remove obsolete comment. 25 years ago
Peter Eisentraut 207f6ed3f1 Print the error message before attempting to reset the connection after a 25 years ago
Tom Lane 352cd1f1c5 Remove a few remaining vestiges of elog(WARN). 25 years ago
Jan Wieck 4ea746a84f Bugfix 25 years ago
Peter Eisentraut c3641483c3 Merge functions and operators chapters. Lots of updates. 25 years ago
Tom Lane ea166f1146 Planner speedup hacking. Avoid saving useless pathkeys, so that path 25 years ago
Hiroshi Inoue db11f4382a Make sure to not handle deactivated system indexes 25 years ago
Tom Lane 468a970409 Change StoreCatalogInheritance() to work from a list of parent relation 25 years ago
Tom Lane 780992316f Fix thinko for case of outer join where inner table is empty: should 25 years ago
Bruce Momjian 47e229760a Update TODO list. 25 years ago
Bruce Momjian 8b4c54ef3e Update TODO list. 25 years ago
Tom Lane 17b843d677 Cache eval cost of qualification expressions in RestrictInfo nodes to 25 years ago
Bruce Momjian 77c443f8cd Update TODO list. 25 years ago
Bruce Momjian 36da236eb3 In 'Joins between classes' in Section 5 of the tutorial we have, in 25 years ago
Tom Lane 1045304a3b Revise SELECT reference page for outer joins, subselect in FROM, 25 years ago
Tom Lane c4e3b0c3aa Links to CUBE, SEG contrib items 25 years ago
Tom Lane a3694b420f Gene Selkov's SEG datatype (GiST example code) 25 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago
Vadim B. Mikheev 5bb4f723d2 Remove elog for online log files. 25 years ago
Bruce Momjian f01f08b8b5 Make all ODBCVER = 2.50 25 years ago
Tom Lane b9110b97d9 Allow resultmap file to be missing, for use in contrib self-tests. 25 years ago