Commit Graph

7784 Commits (7abe764f1729eea2d3a8ec21006d9df875f9baee)

Author SHA1 Message Date
Magnus Hagander dc32d2cefa GSSAPI documentation 19 years ago
Bruce Momjian 9e19063abc Document that 'deleted' is also tracked by autovacuum. 19 years ago
Bruce Momjian df7128bd34 Document that age() adds days, then full months. 19 years ago
Bruce Momjian 27d074923d Add: 19 years ago
Bruce Momjian a5ca334a21 Remove http://www.benchmarkresources.com, no longer resolves to a 19 years ago
Neil Conway 474774918b Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 19 years ago
Bruce Momjian 77d27e43e5 Add CVS Wiki URL to docs. 19 years ago
Bruce Momjian 74fbe9ccd1 Add: 19 years ago
Bruce Momjian 5fb01d829a Update docs that GNU tar versions >=1.16 exit with 1 on files changed, 2 19 years ago
Tom Lane ae1b7e298c Allow plpgsql function parameter names to be qualified with the function's 19 years ago
Tom Lane a69f9028b5 Note incompatibility with Oracle's version of FOR ... REVERSE, per 19 years ago
Tom Lane d849c5d182 Editorial overhaul of plpgsql documentation. Provide detailed documentation 19 years ago
Tom Lane bf75e2a3c7 Add note that building from CVS requires bison and flex, whereas 19 years ago
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched 19 years ago
Tom Lane 9b619679a8 Minor copy-editing. 19 years ago
Tom Lane 5f7b1f8d9d Closer code review for PQconnectionUsedPassword() patch: in particular, 19 years ago
Tom Lane 3f33d7bcb6 Fix broken markup. 19 years ago
Joe Conway 51bc3dfe4b Arrange for the authentication request type to be preserved in 19 years ago
Bruce Momjian 8c69d881ce Remove TODO.detail/win32intr, no longer needed. 19 years ago
Bruce Momjian 5b67de17ee Remove, per Magnus: 19 years ago
Tom Lane ad9a99c24f Improve description of SPI_scroll_cursor_move's return values, per a 19 years ago
Neil Conway a55898131e Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
Tom Lane 9fc25c0511 Improve logging of checkpoints. Patch by Greg Smith, worked over 19 years ago
Tom Lane 4303c0fdbf Add a note that pg_start_backup will take awhile because of new 19 years ago
Bruce Momjian 700eabbe69 Done: 19 years ago
Neil Conway 7c07b136bc Add the function's volatility to the output of psql's \df+ command. 19 years ago
Tom Lane 867e2c91a0 Implement "distributed" checkpoints in which the checkpoint I/O is spread 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane ec0bb02db8 Add a <tip> that log_line_prefix should usually end with a space to 19 years ago
Peter Eisentraut 9f6aacd9e6 Update password example. 19 years ago
Peter Eisentraut 8ddb046bc9 Update examples of create/drop scripts. 19 years ago
Tom Lane 4c2d3ccf8a Add a caveat pointing out that constraint exclusion doesn't work with 19 years ago
Neil Conway 8f3d07764f Remove some empty columns from a few system catalog tables in the 19 years ago
Tom Lane 6e07228728 Code review for log_lock_waits patch. Don't try to issue log messages from 19 years ago
Tom Lane 23347231a5 Tweak the API for per-datatype typmodin functions so that they are passed 19 years ago
Bruce Momjian 7ced811d45 Update item: 19 years ago
Magnus Hagander 1ad08a8e9a Update documentation of resultmap file format. 19 years ago
Tom Lane a9545b3aef Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql 19 years ago
Tom Lane bdc71c2cb1 Minor wording improvement. 19 years ago
Bruce Momjian 5f2bda15eb Done: 19 years ago
Tom Lane 6808f1b1de Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. 19 years ago
Alvaro Herrera 2b438c12cc Avoid passing zero as a value for vacuum_cost_limit, because it's not a valid 19 years ago
Tom Lane 4213e5f0db Add note that LIMIT without ORDER BY can produce outright nondeterministic 19 years ago
Bruce Momjian a3e3389913 Done: 19 years ago
Tom Lane 24ee8af573 Rework temp_tablespaces patch so that temp tablespaces are assigned separately 19 years ago
Tom Lane 04d919a11a Fix array_dims() example to be consistent with the data previously shown. 19 years ago
Tom Lane 2d4db3675f Fix up text concatenation so that it accepts all the reasonable cases that 19 years ago
Tom Lane 31edbadf4a Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
Peter Eisentraut 9539e64bc0 Remove gratuitous response messages from utility programs. 19 years ago
Bruce Momjian 55477d742e Remove description for: 19 years ago