Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Tom Lane 1986ca5ce5 Fix race condition in multixact code: it's possible to try to read a 20 years ago
Tom Lane 97b8013db5 Add an ifneq to avoid make warning on AIX --- there is a separate rule 20 years ago
Tom Lane fbbe00242d Tweak buffer manager so that 'internal' accesses to a buffer do not 20 years ago
Bruce Momjian 3332e38189 Disable expanded mode only for \d tablename, not for all backslash 20 years ago
Bruce Momjian 69f16b562a Add comment documenting actual failure case of using 20 years ago
Tom Lane fc5894bf77 Adjust parser so that POSTQUEL-style implicit RTEs are stored with 20 years ago
Tom Lane ddb4015ec0 Fix longstanding bug that would sometimes let the planner generate a bad plan 20 years ago
Tom Lane 6a9b93a0e1 Remove justify_hours call from interval_mul and interval_div, and make 20 years ago
Tom Lane 25777f6fd3 Fix Windows setitimer() emulation to not depend on delivering an APC 20 years ago
Bruce Momjian 9ee8b9fd38 Change trace_sort to output to the log, rather than the user's terminal. 20 years ago
Bruce Momjian 819159709f I have applied the following patch to document PQinitSSL() and 20 years ago
Tom Lane 18feafcc59 Ensure that a plpgsql LOOP with an empty body still executes at least 20 years ago
Tom Lane 6d6c3722fb Make code for selecting default WAL sync method less confusing. 20 years ago
Tom Lane 4d20df3c78 Temporarily disable Qingqing's Windows signal processing patch, so that 20 years ago
Andrew Dunstan 188c52497d minor code cleanup - replace useless struct timezone argument to 20 years ago
Tom Lane 6aad07d270 Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing 20 years ago
Tom Lane 9fc24f2bf6 Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were 20 years ago
Tom Lane ef3b7cd328 Add an implicit cast from varchar to regclass, so that existing code 20 years ago
Tom Lane 5aad28a104 Add missing PQinitSSL and PQregisterThreadLock to exports.txt. 20 years ago
Tom Lane d1959f9ff6 Improve testlibpq3.c's example of PQexecParams() usage to include sending 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 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
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
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
Bruce Momjian 649e74bf90 Add space after description. 20 years ago
Bruce Momjian 98d5f4e574 kerberos error message: localhost -> server hostname 20 years ago
Tom Lane e4cd186608 Fix thinko in pg_read_file: testing for negative result is not the way 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
Tom Lane abd3f43b4c Fix syslog bug: if any messages are emitted to write_syslog before 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
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
Bruce Momjian 8ac386226d The patch updates the documentation to reflect the fact that higher values 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
Bruce Momjian 90c22c9206 This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED 20 years ago
Bruce Momjian 32e6c2a160 Use get_progname() in backend main.c, rather than port-specific hack 20 years ago