Commit Graph

11861 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
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
Tom Lane 8b23db944b Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE. 14 years ago
Tom Lane c3bc76bdb0 Deprecate use of GLOBAL and LOCAL in temp table creation. 14 years ago
Tom Lane 93f4d7f806 Support Linux's oom_score_adj API as well as the older oom_adj API. 14 years ago
Peter Eisentraut c0a6f9c84b Improve documentation of postgres -C option 14 years ago
Robert Haas 99b3135e33 Copy-editing of release notes. 14 years ago
Peter Eisentraut 7d754961f7 pg_receivexlog: Rename option --dir to --directory 14 years ago
Magnus Hagander 9af34cdec8 Revert behaviour of -x/--xlog to 9.1 semantics 14 years ago
Magnus Hagander a0b4c5a20a Fix pg_basebackup/pg_receivexlog for floating point timestamps 14 years ago
Peter Eisentraut f1438cf5c6 Documentation style improvements 14 years ago