Commit Graph

7274 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Bruce Momjian 436e6af2ad Add documentation about when trigger values NEW/OLD return NULL. 17 years ago
Bruce Momjian 93eab311e4 Fix markup tag error, envvar -> envar. 17 years ago
Bruce Momjian 5a8cb50e4f Mention battery-backed cache under hardware selection options. 17 years ago
Heikki Linnakangas c2d4526495 Tighten the check in initdb and CREATE DATABASE that the chosen encoding 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Tom Lane c52aab5525 Get rid of pgpass_from_client tracking inside libpq --- given the conclusion 17 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 17 years ago
Tom Lane 3290e6180f Add a PQfireResultCreateEvents function to allow applications to mimic the 18 years ago
Tom Lane 4e57668da4 Create a selectivity estimation function for the text search @@ operator. 18 years ago
Tom Lane e2b7d0c65c Improve the recently-added libpq events code to provide more consistent 18 years ago
Tom Lane 9fe79c39ca Preliminary release notes for upcoming back branch releases. 18 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 18 years ago
Tom Lane 4adc2f72a4 Change hash indexes to store only the hash code rather than the whole indexed 18 years ago
Magnus Hagander 440b3384b0 Add missing quotes. 18 years ago
Magnus Hagander 9872381090 Parse pg_hba.conf in postmaster, instead of once in each backend for 18 years ago
Magnus Hagander 5a1d35ce5c Polish and Turkish FAQ also needed converting to UTF8 18 years ago
Magnus Hagander 3a58d2e172 Convert Russian FAQ to UTF8, to make it render properly on the website. 18 years ago
Tom Lane ffea8fd381 Update citext's documentation to match the recently-applied patch, 18 years ago
Peter Eisentraut cdd0895978 Update man page build instructions. 18 years ago
Tom Lane cff4aa6ad6 Add a duration option to pgbench, so that test length can be specified in seconds 18 years ago
Tom Lane 06edce4c3f Tighten up to_date/to_timestamp so that they are more likely to reject 18 years ago
Tom Lane 70530c808b Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) 18 years ago
Alvaro Herrera 3b9ec4682c Add "source file" and "source line" information to each GUC variable. 18 years ago
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be 18 years ago
Tom Lane 8818f3793e Clarify description of pg_restore's handling of large objects. 18 years ago
Tom Lane 2cf3f6694f Add a few more details in the source-code-formatting documentation. 18 years ago
Bruce Momjian 1cfd878643 Clarify documention workding for xip_list(). 18 years ago
Tom Lane 409c144d83 Adjust psql's new \ef command to present an empty CREATE FUNCTION template 18 years ago
Tom Lane 2c863ca818 Implement a psql command "\ef" to edit the definition of a function. 18 years ago
Peter Eisentraut 11f53b1063 Code coverage testing with gcov. Documentation is in the regression test 18 years ago
Alvaro Herrera 7ad60b49dc Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump. 18 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 18 years ago
Tom Lane 6741688b16 Fix pg_dump docs to acknowledge that you can use -Z with plain text output. Pointed out by Daniel Migowski. 18 years ago
Tom Lane e36716a653 Add standard boilerplate sentence about when stats_temp_directory can be changed. 18 years ago
Magnus Hagander f1e237b6b2 Unconditionally write the statsfile when SIGHUP is received, to minimize 18 years ago
Alvaro Herrera 2bb4d09cac Have man page generation work on VPATH builds too. 18 years ago
Magnus Hagander be8d6c5c34 Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary 18 years ago
Bruce Momjian 42d313f546 Update link to developer's FAQ from main FAQ. 18 years ago
Bruce Momjian 8ddb739e9d Make "log_temp_files" super-user set only, like other logging options. 18 years ago
Bruce Momjian 8875a16ee1 Mention that pg_dump does not dump ALTER DATABASE ... SET commands; 18 years ago
Bruce Momjian 3c35de85e7 Remove tools and documention for generating TODO.html. 18 years ago
Bruce Momjian a8cd6cd109 TODO now in wiki, html version removed. 18 years ago
Bruce Momjian cbcd3f9a92 New TODO list URL wiki location listed; contents truncated. 18 years ago
Bruce Momjian 7303b20964 Not done: 18 years ago
Tom Lane 9650830bc8 Cause the output from debug_print_parse, debug_print_rewritten, and 18 years ago
Bruce Momjian 2aaca8e314 TODO done: 18 years ago
Alvaro Herrera a3faf37f49 Fix some issues that prevent this file to be processed by scripts. 18 years ago
Bruce Momjian 48a9d92159 Add to TODO: 18 years ago
Bruce Momjian 909346eff0 Update instructions on generating TODO.html. 18 years ago
Bruce Momjian 58e8f9630a Add URL for: 18 years ago