Commit Graph

21359 Commits (c9de6b922e4f8c2647c64a67e86d4a95e3fca2cc)
 

Author SHA1 Message Date
Tom Lane c9de6b922e Document the behavior of GRANT/REVOKE in cases where the privilege is 20 years ago
Tom Lane 7218aab7a2 Adjust not-too-sane calculation of DDD value for to_char(interval). 20 years ago
Tom Lane 8130cbce96 Clean up md5.c to make it clearer that it is a frontend-and-backend 20 years ago
Tom Lane a5bd1d357a Make \d order a table's check constraints by constraint name instead 20 years ago
Tom Lane d9cb48786e Better solution to the problem of labeling whole-row Datums that are 20 years ago
Tom Lane 07908c9c37 Ensure that the Datum generated from a whole-row Var contains valid 20 years ago
Tom Lane 32fcfcdbd6 Fix oversight in recent changes to enable the 'physical tlist' 20 years ago
Tom Lane b33a732264 Improve trace_sort code to also show the total memory or disk space used. 20 years ago
Andrew Dunstan 48f3d77858 replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabino Mullane 20 years ago
Tom Lane a33fadfd6d Add an entry to the discussion of regression test failures about the 20 years ago
Tom Lane 220f2a7d15 Code review for regexp_replace patch. Improve documentation and comments, 20 years ago
Tom Lane 800af89004 Code review for spi_query/spi_fetchrow patch: handle errors sanely, 20 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane 23836fb1fb A few trivial code cleanups motivated by reading warnings generated 20 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 20 years ago
Tom Lane 8ffdcbf23b Add note that some versions of OS X require SHMMAX to be an exact multiple 20 years ago
Bruce Momjian 649e74bf90 Add space after description. 20 years ago
Bruce Momjian 98d5f4e574 kerberos error message: localhost -> server hostname 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Tom Lane b562639561 Fix bogus error test in get_ti_Oid(). 20 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 20 years ago
Neil Conway 2c19629f93 Remove a long comment from cvs.sgml -- AFAICS this is no longer useful, 20 years ago
Neil Conway fc8f4bac0e Fix assorted typos in the documentation, and use American spelling 20 years ago
Tom Lane e4cd186608 Fix thinko in pg_read_file: testing for negative result is not the way 20 years ago
Tom Lane 6faa334bef Update 'supported platforms' list with current buildfarm results. 20 years ago
Bruce Momjian d62616e6ca Fix kerberos description: localhost -> server hostname. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 790c01d280 Update pgindent typedef list. 20 years ago
Neil Conway 1d2e0e6d3e Merge some user-submitted suggestions for improvement into the 20 years ago
Alvaro Herrera 1b5cd6dcdc Fix typo. 20 years ago
Tom Lane abd3f43b4c Fix syslog bug: if any messages are emitted to write_syslog before 20 years ago
Andrew Dunstan f620098dc8 fix nonsensical summary row on example 20 years ago
Tom Lane 4aa0d70fb7 Pass a strdup'd ident string to openlog(), to ensure that reallocation 20 years ago
Bruce Momjian a93bf4503f Allow times of 24:00:00 to match rounding behavior: 20 years ago
Tom Lane dbc214f7e6 Add documentation mentioning that there are separate regression tests 20 years ago
Tom Lane 412734767a Improve documentation about CREATEROLE privilege. 20 years ago
Bruce Momjian 35c8983371 Fix uppercase TRUE/FALSE that are WIN32 stuffl. 20 years ago
Bruce Momjian 186bbaab06 Update regression output for new prepare transaction error messages. 20 years ago
Bruce Momjian 2d8e3d1d71 Make stack_base_ptr non-static, for PL/Java. 20 years ago
Bruce Momjian 1d028537a2 This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED 20 years ago
Bruce Momjian 5aae047e23 Update krb_server_name to document that a missing entry defaults to 20 years ago
Tom Lane f91370cd2f Update documentation to reflect the new ALTER OWNER rules for all 20 years ago
Tom Lane a9980ec37b Describe the behavior of the SQL_ASCII encoding more accurately. 20 years ago
Tom Lane 6f9cb4eb43 Adjust the discussion of triggers to more clearly guide people in the 20 years ago
Bruce Momjian 8ac386226d The patch updates the documentation to reflect the fact that higher values 20 years ago
Bruce Momjian 4784794279 Enable threaded python builds on freebsd5, per report from Jim C. Nasby 20 years ago
Peter Eisentraut 12ee2b98ce Turn off list of tables, figures, and examples. 20 years ago
Tom Lane a0fc05aa6e Go back to emitting path names with forward slashes on Windows. 20 years ago
Bruce Momjian 84cc9a4bb3 Back out this because of fear of changing error strings: 20 years ago