Commit Graph

6171 Commits (f5678e8e07563e34ae4dc832546977d13edcd665)

Author SHA1 Message Date
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 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
Tom Lane acfce502ba Create a GUC parameter temp_tablespaces that allows selection of the 19 years ago
Bruce Momjian 4e023373d0 Re-add TODO and clarify it is for the kernel cache: 19 years ago
Bruce Momjian ededa6dfc8 TODO item not needed anymore now that the buffer cache is 19 years ago
Neil Conway f086be3d39 Allow leading and trailing whitespace in the input to the boolean 19 years ago
Bruce Momjian 41ef1c0f32 Add URL for: 19 years ago
Bruce Momjian 4fbdcc174e Update wording: 19 years ago
Bruce Momjian 397d00af8f Wording improvement. 19 years ago
Bruce Momjian 4dc6319331 Update FAQ_DEV URL to output for text format. 19 years ago
Bruce Momjian 95e9f4ede3 Add URL for code comments to developer's FAQ: 19 years ago
Bruce Momjian 9b89c13ab5 Update: 19 years ago
Bruce Momjian 0a6f2ee84d Fix wording: 19 years ago
Bruce Momjian 8a73ec138e Add: 19 years ago
Bruce Momjian 9e38d2a4a8 Update documentation mention of VACUUM FULL and CLUSTER where 19 years ago