Commit Graph

10920 Commits (db108349bf7fe7fe82e2ff32e42436cfbc4f37dc)

Author SHA1 Message Date
Tom Lane 5ebaaa4944 Implement SQL-standard LATERAL subqueries. 14 years ago
Bruce Momjian ac78c4178b Fix to_char(), to_date(), and to_timestamp() to handle negative/BC 14 years ago
Robert Haas b112df8421 Typo fixes for previous commit. 14 years ago
Robert Haas 95282d3522 Warn more vigorously about the non-transactional behavior of sequences. 14 years ago
Bruce Momjian 4639432597 Reword documentation for concurrent index rebuilds to be clearer. 14 years ago
Bruce Momjian 95e750520c Add link to synchronous_commit variables in high availability docs. 14 years ago
Bruce Momjian 9fb5952cdf Document that trying to exceed temp_file_limit causes a query cancel. 14 years ago
Bruce Momjian 7b8c798362 Document that, for psql -c, only the result of the last command is 14 years ago
Tom Lane 7719ed04bc Update release notes for libpq feature change. 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Tom Lane 7c0fecdaef Add documentation cross-reference for JSON functions. 14 years ago
Alvaro Herrera 2f29f011c8 pg_basebackup: stylistic adjustments 14 years ago
Bruce Momjian 04d2956f0d Now that the diskchecker.pl author has updated the download link on his 14 years ago
Bruce Momjian c9a2532c83 Update doc mention of diskchecker.pl to add URL for script; retain URL 14 years ago
Bruce Momjian 69451b0968 Document that the pg_upgrade user of rsync might want to skip some 14 years ago
Peter Eisentraut 08d715a2d4 Document that pg_basebackup will create its output directory 14 years ago
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints 14 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 14 years ago
Peter Eisentraut d6ce58c010 Show step titles in the pg_upgrade man page 14 years ago
Peter Eisentraut 8e708e5e36 Add link to PEP 394 regarding python2 vs python3 naming 14 years ago
Tom Lane b966dd6c42 Add fsync capability to initdb, and use sync_file_range() if available. 14 years ago
Tom Lane 84a42560c8 Add array_remove() and array_replace() functions. 14 years ago
Bruce Momjian f9951252db Document that Log-Shipping Standby Servers cannot be upgraded by 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
Robert Haas 0fc32c00d7 Fix sample INSTR function to return 0 if third arg is 0. 14 years ago
Robert Haas 248b5fce06 More doc cleanups for recent shared memory changes. 14 years ago
Robert Haas 390bfc643d Documentation cleanups for recent shared memory changes. 14 years ago
Magnus Hagander 817d870cf9 Remove reference to default wal_buffers being 8 14 years ago
Magnus Hagander 51fc406819 Remove references to pgfoundry as recommended hosting platform 14 years ago
Magnus Hagander d80785e6ed Remove references to PostgreSQL bundled on Solaris 14 years ago
Robert Haas f11e8be3e8 Make commit_delay much smarter. 14 years ago
Robert Haas 7700b82e6b Update release notes for pg_terminate_backend changes. 14 years ago
Robert Haas c60ca19de9 Allow pg_terminate_backend() to be used on backends with matching role. 14 years ago
Heikki Linnakangas 038f3a0509 Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Robert Haas 6ef5baf8b1 Document that && can be used to search arrays. 14 years ago
Peter Eisentraut 6753ced310 Make placeholders in SQL command help more consistent and precise 14 years ago
Tom Lane afe1c51c9d Add pgbench option to add foreign key constraints to the standard scenario. 14 years ago
Peter Eisentraut c521665bd7 Remove confusing half sentence from legal notice 14 years ago
Tom Lane c75be2ad60 Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec. 14 years ago
Tom Lane f5297bdfe4 Refer to the default foreign key match style as MATCH SIMPLE internally. 14 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Magnus Hagander 920febdad5 Reorder basebackup options, to list pg_basebackup first 14 years ago
Robert Haas c616d85f6b Doc corrections for pg_is_in_backup patch. 14 years ago
Robert Haas 68de499bda New SQL functons pg_backup_in_progress() and pg_backup_start_time() 14 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 14 years ago
Tom Lane 0f0fba1794 Remove release note entry for reverted patch. 14 years ago