Commit Graph

27 Commits (22ebad9e39e268c9d4c6c2e422af727058830089)

Author SHA1 Message Date
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Tom Lane e4dd067398 Replace number-of-distinct-values estimator equation, per recent 24 years ago
Tom Lane 3b6cbce458 Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 24 years ago
Tom Lane 22d9e91219 Fix a couple of places where lack of parenthesization of a cast 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane fb0919fb83 Don't assume that max offset number stays fixed on a page when we're 24 years ago
Jan Wieck 8d80b0d980 Statistical system views (yet without the config stuff, but 24 years ago
Tom Lane 1a6bb6d877 Allow a non-superuser database owner to vacuum all tables in his 24 years ago
Tom Lane b67fc0079c Be a little smarter about deciding how many most-common values to save. 24 years ago
Tom Lane 5433b48380 Tweak sorting so that nulls appear at the front of a descending sort 24 years ago
Tom Lane f905d65ee3 Rewrite of planner statistics-gathering code. ANALYZE is now available as 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 13cc7eb3e2 Clean up two rather nasty bugs in operator selection code. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 786f1a59cd Fix all the places that called heap_update() and heap_delete() without 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Tom Lane 77698e11a9 Avoid repeated detoasting (and possible memory leaks) when processing 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Bruce Momjian 85f1950a6f Remove NO_SECURITY define. 25 years ago
Bruce Momjian b32685a999 Add proofreader's changes to docs. 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 25 years ago
Tom Lane c3e2a951b4 Toast all the system-table columns that seem to need it. It turns out 25 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 25 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 25 years ago
Bruce Momjian f089c36419 Add analyze.c file for split. 25 years ago