Commit Graph

20731 Commits (eaa5d52bfef2eb9e1bd4950432d99abd2cf5ea4f)
 

Author SHA1 Message Date
Tom Lane eaa5d52bfe Fix some failures to initialize table entries induced by recent autovacuum 20 years ago
Tom Lane d007a95055 Simple constraint exclusion. For now, only child tables of inheritance 20 years ago
Bruce Momjian 9af9d674c6 Remove unintended code addition. 20 years ago
Bruce Momjian 4098c8867d Macro alignment cleanup. 20 years ago
Bruce Momjian f76f24dfff Improve computations of interval_div to prevent rounding problem on AIX. 20 years ago
Bruce Momjian 3dbbbbf8e9 Andrew pointed out that the current fix didn't handle dates that were 20 years ago
Tom Lane 6c61b0d93c In the stats test, delay for the stats collector to catch up using a 20 years ago
Bruce Momjian 5ddeffb676 Fix AT TIME ZONE for timestamps without time zones: 20 years ago
Bruce Momjian 261026575d Fix AT TIME ZONE for timestamps without time zones: 20 years ago
Tom Lane 4749e914ae Fix insufficient check for overflow in tm2abstime(), per report from jw. 20 years ago
Tom Lane 37c443eefd Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 20 years ago
Bruce Momjian 3758affc9b More removal of unneeded parentheses. 20 years ago
Bruce Momjian ca256f3254 More spacing adjustments 20 years ago
Bruce Momjian 75e5aba7fe Update date/time comments. 20 years ago
Bruce Momjian a07628b070 More minor spacing improvements. 20 years ago
Bruce Momjian d5f1e08c0c Code spacing improvement, particularly *tm spacing. 20 years ago
Bruce Momjian e9c44bd382 More comment update of time macros. 20 years ago
Bruce Momjian e6b72d6af6 Update DAYS_PER_MONTH comment. 20 years ago
Bruce Momjian a0407f508a Add comment about void* use in MemSet. 20 years ago
Bruce Momjian 0e5c62d065 Add: 20 years ago
Bruce Momjian b4bdab8105 Fix integer timestamp build for macro changes. 20 years ago
Bruce Momjian aa0f6e8d06 Add comment marking non-exact time conversion macros. 20 years ago
Bruce Momjian 9dbd00b0e2 Remove unnecessary parentheses in assignments. 20 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 20 years ago
Bruce Momjian a536b2dd80 Add time/date macros for code clarity: 20 years ago
Tom Lane dc73819f2e Fix breakage of INSTALL document build. 20 years ago
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 20 years ago
Bruce Momjian ddc038cad2 Update catalog version for INTERVAL day addition. 20 years ago
Bruce Momjian db05f4a7eb Add 'day' field to INTERVAL so 1 day interval can be distinguished from 20 years ago
Bruce Momjian 826604f9e6 Fix interval division and multiplication, before: 20 years ago
Neil Conway ca76df425b Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into 20 years ago
Tom Lane 37464a0326 Fix some bogosities in geometric-function documentation: add an entry 20 years ago
Bruce Momjian 507465525e \pset numericsep -> numericlocale. 20 years ago
Bruce Momjian 71d0cabecd Fix len so decimal length is only added when a period appears in the output. 20 years ago
Tom Lane affcb4371c Avoid use of E'', and thereby creating an unnecessary version-dependency, 20 years ago
Tom Lane fdd84469f7 Avoid need for E'' construct by using regexp instead of LIKE. More 20 years ago
Bruce Momjian adeede1391 Fix numiericsep length computations. 20 years ago
Tom Lane df38d799ea Adjust psql describe queries so that any pg_foo_is_visible() condition 20 years ago
Tom Lane 24ce1438c0 pgcrypto documentation update. Marko Kreen 20 years ago
Tom Lane 35c675a7fd Fortuna fixes. Marko Kreen 20 years ago
Tom Lane 2787db9b1d Small cleanups for pgcrypto. Marko Kreen 20 years ago
Tom Lane dd4a190d18 Fix C++-style comments, per Rocco Altier. 20 years ago
Tom Lane ac43da8466 MemSet() must not cast its pointer argument to int32* until after it has 20 years ago
Tom Lane d0f312ebfe Make pg_regress accept a command-line option for the temporary installation's 20 years ago
Tom Lane 59857b46a8 Fix create_unique_plan() so it doesn't generate useless entries in the 20 years ago
Bruce Momjian 5e544e4eb7 Fix SGML spacing. 20 years ago
Tom Lane 184ba4d5ed Check for out-of-range varoattno in deparse_context_for_subplan. 20 years ago
Tom Lane 0182951bc8 Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related 20 years ago
Tom Lane aa1110624c Adjust permissions checking for ALTER OWNER commands: instead of 20 years ago
Bruce Momjian bd15782164 Enable multi-byte thousands_sep and decimal_point for numericsep. 20 years ago