Commit Graph

2811 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
Andrew Dunstan f9db22e88e add missing quote mark to ident_file sample line - per Hiroshi Saito 20 years ago
Tom Lane 0dd92d56b5 Fix misspelling of 'listen_addresses', per Devrim. 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Tom Lane 48052de722 Repair an error introduced by log_line_prefix patch: it is not acceptable 20 years ago
Tom Lane 58d6316d50 Improve description of constraint_exclusion variable. 20 years ago
Peter Eisentraut 6ec1ec6684 Remove a gratuitous string difference (does not affect translations). 20 years ago
Peter Eisentraut 9e1843c7ee Fix logical error in option description. 20 years ago
Tom Lane c3d8de0907 Disregard superuserness when checking to see if a role GRANT would 20 years ago
Alvaro Herrera 902377c465 Rename the members of CommandDest enum so they don't collide with other uses of 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 20 years ago
Tom Lane 6a9b93a0e1 Remove justify_hours call from interval_mul and interval_div, and make 20 years ago
Bruce Momjian 9ee8b9fd38 Change trace_sort to output to the log, rather than the user's terminal. 20 years ago
Andrew Dunstan 188c52497d minor code cleanup - replace useless struct timezone argument to 20 years ago
Tom Lane 78ce809216 Postpone pg_timezone_initialize() until after creation of postmaster.pid, 20 years ago
Tom Lane 7218aab7a2 Adjust not-too-sane calculation of DDD value for to_char(interval). 20 years ago
Tom Lane b33a732264 Improve trace_sort code to also show the total memory or disk space used. 20 years ago
Tom Lane 220f2a7d15 Code review for regexp_replace patch. Improve documentation and comments, 20 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 20 years ago
Bruce Momjian 649e74bf90 Add space after description. 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
Tom Lane abd3f43b4c Fix syslog bug: if any messages are emitted to write_syslog before 21 years ago
Tom Lane 4aa0d70fb7 Pass a strdup'd ident string to openlog(), to ensure that reallocation 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 76cb32d848 Fix up grammar in variable description string. 21 years ago
Tom Lane 18d0ca2d1b Fix Kerberos authentication in wake of virtual-hosts changes --- need 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 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external 21 years ago
Tom Lane 12992ab37a Separate out the VacRUsage stuff as an independent module, in preparation 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
Tom Lane 06d70d78a4 Fix typo in comment. 21 years ago
Tom Lane 1128f55659 Fix postgresql.conf lexer to accept doubled single quotes in literal 21 years ago
Bruce Momjian 408c140266 autovacuum setting false -> off, for consistency 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 cc3bda37f7 Tweak TCP-keepalive code so that an invalid setting doesn't cause us 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