Commit Graph

10902 Commits (f5bcd398addcbeb785f0513cf28cba5d1ecd2c8a)

Author SHA1 Message Date
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
Peter Eisentraut 5baf6da717 Documentation spell and markup checking 14 years ago
Magnus Hagander 1e57c2c5b2 Fix typo 14 years ago
Magnus Hagander 778201200b Add example of archive_command to use with pg_receivexlog 14 years ago
Simon Riggs 3e4d3a32b2 Improve description of pg_stat_statements normalisation in release notes. 14 years ago
Simon Riggs 56b62cbd01 Clarify description of covering indexes in release notes 14 years ago
Simon Riggs a6e1d7b5fb Copy editing of release notes for couple of my items. 14 years ago
Tom Lane 4bec93ac0f Stamp 9.2beta2. 14 years ago
Tom Lane 51ecf52c01 Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. 14 years ago
Tom Lane 4317e0246c Rewrite --section option to decouple it from --schema-only/--data-only. 14 years ago