Commit Graph

1585 Commits (daea4d8eaee010f41e46bb98cd1b2da2f9fb75d9)

Author SHA1 Message Date
Tom Lane 1e9a1a70ad Change array_push and array_cat so that they retain the lower bound of 20 years ago
Tom Lane 1d0d8d3c38 Mop-up for nulls-in-arrays patch: fix some places that access array 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Peter Eisentraut 6ec1ec6684 Remove a gratuitous string difference (does not affect translations). 20 years ago
Tom Lane c3d8de0907 Disregard superuserness when checking to see if a role GRANT would 20 years ago
Tom Lane 4a57a4575a Update a couple of obsolete comments. 20 years ago
Peter Eisentraut 07bb9f086b Message corrections 20 years ago
Bruce Momjian 69f16b562a Add comment documenting actual failure case of using 21 years ago
Tom Lane 6a9b93a0e1 Remove justify_hours call from interval_mul and interval_div, and make 21 years ago
Andrew Dunstan 188c52497d minor code cleanup - replace useless struct timezone argument to 21 years ago
Tom Lane 7218aab7a2 Adjust not-too-sane calculation of DDD value for to_char(interval). 21 years ago
Tom Lane 220f2a7d15 Code review for regexp_replace patch. Improve documentation and comments, 21 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 21 years ago
Tom Lane e4cd186608 Fix thinko in pg_read_file: testing for negative result is not the way 21 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Bruce Momjian a93bf4503f Allow times of 24:00:00 to match rounding behavior: 21 years ago
Tom Lane 0cc0d0822d Document that get_attstatsslot/free_attstatsslot only need to be passed 21 years ago
Tom Lane 9178306151 Fix the problem of GRANTs creating "dangling" privileges not directly 21 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 21 years ago
Tom Lane 426d0158ca Marginal performance improvement in aclmask(): don't bother with 21 years ago
Tom Lane 9ea14ef56a When a function not returning RECORD has a single OUT parameter, use 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Alvaro Herrera a7084efd2d Fix confusion between relfilenode and Oid. 21 years ago
Tom Lane 303e089df5 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 21 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 21 years ago
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the 21 years ago
Neil Conway 148c00acbb Update two comments to refer to use the new list API names. 21 years ago
Tom Lane f2ebd01ef0 timestamptz_izone should return the input, not NULL, when the input 21 years ago
Tom Lane a239af02c3 Fix the various forms of AT TIME ZONE to accept either timezones found 21 years ago
Tom Lane 8aec77fb9f Fix platform-specific test for path prefix-ness: move it into path.c where 21 years ago
Tom Lane a9118fc5a8 The idea of using _strncoll() on Windows doesn't work. Revert to same 21 years ago
Tom Lane 2613b74785 Factor out the common subexpression month_remainder * DAYS_PER_MONTH 21 years ago
Bruce Momjian ca4cf09232 Back out pfrees for justify_hour function calls. 21 years ago
Bruce Momjian 4ea18a11fa Fix memory leak when using justify_hours. 21 years ago
Tom Lane 767a9021b3 Add small hack to support use of Unicode-based locales on WIN32. This 21 years ago
Bruce Momjian 7be1b3ba74 Add hint for to_char(interval) invalid format specifications. 21 years ago
Bruce Momjian e20261128d Fix to_char(interval) to return proper year and century values. 21 years ago
Bruce Momjian 63f850cd4d More formatting.c cleanups. 21 years ago
Bruce Momjian 9cd3fb172d Small cleanup. 21 years ago
Bruce Momjian 420fc28ac5 Adjust to_char/from_char code to use boolean "is_to_char" rather than 21 years ago
Bruce Momjian 070a3ad76b Rename pg_stat_file columns to be more consistent. Split apart change 21 years ago
Tom Lane 866ffc2fe3 array_in() and array_recv() need to be more paranoid about validating 21 years ago
Tom Lane 2af9a44fa9 Make pg_stat_file() use OUT parameters so that the user doesn't have to 21 years ago
Tom Lane 0d1ebe0194 Fix up canonicalize_path to do the right thing in all cases (I think ... 21 years ago
Tom Lane a43ea120bf Code & docs review for server instrumentation patch. File timestamps 21 years ago
Bruce Momjian b609695b7a Add files to do read I/O on the cluster directory: 21 years ago
Tom Lane 0001e98d54 Code and docs review for pg_column_size() patch. 21 years ago
Tom Lane f023fc6689 Use ReadDir() not readdir() so as to have some modicum of error checking. 21 years ago
Tom Lane 35c4764f88 Un-Windows-ify newlines. 21 years ago