summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2012-07-14Add link to PEP 394 regarding python2 vs python3 namingPeter Eisentraut
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-11Document that Log-Shipping Standby Servers cannot be upgraded byBruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-07-04Fix sample INSTR function to return 0 if third arg is 0.Robert Haas
2012-07-04More doc cleanups for recent shared memory changes.Robert Haas
2012-07-04Documentation cleanups for recent shared memory changes.Robert Haas
2012-07-04Remove reference to default wal_buffers being 8Magnus Hagander
2012-07-04Remove references to pgfoundry as recommended hosting platformMagnus Hagander
2012-07-04Remove references to PostgreSQL bundled on SolarisMagnus Hagander
2012-07-02Make commit_delay much smarter.Robert Haas
2012-06-27Update release notes for pg_terminate_backend changes.Robert Haas
2012-06-26Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas
2012-06-26Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.Heikki Linnakangas
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-22Document that && can be used to search arrays.Robert Haas
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2012-06-19Add pgbench option to add foreign key constraints to the standard scenario.Tom Lane
2012-06-19Remove confusing half sentence from legal noticePeter Eisentraut
2012-06-18Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane
2012-06-18Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-17Reorder basebackup options, to list pg_basebackup firstMagnus Hagander
2012-06-14Doc corrections for pg_is_in_backup patch.Robert Haas
2012-06-14New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas
2012-06-13Remove release note entry for reverted patch.Tom Lane
2012-06-13Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.Tom Lane
2012-06-13Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane
2012-06-13Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane
2012-06-13Improve documentation of postgres -C optionPeter Eisentraut
2012-06-12Copy-editing of release notes.Robert Haas
2012-06-11pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut
2012-06-11Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander
2012-06-10Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander
2012-06-08Documentation style improvementsPeter Eisentraut
2012-06-07Documentation spell and markup checkingPeter Eisentraut
2012-06-05Fix typoMagnus Hagander
2012-06-05Add example of archive_command to use with pg_receivexlogMagnus Hagander
2012-06-01Improve description of pg_stat_statements normalisation in release notes.Simon Riggs
2012-06-01Clarify description of covering indexes in release notesSimon Riggs
2012-06-01Copy editing of release notes for couple of my items.Simon Riggs
2012-05-31Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19.Tom Lane
2012-05-30Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane
2012-05-28libpq: URI parsing fixesPeter Eisentraut
2012-05-27Make pg_recievexlog by default loop on connection failuresMagnus Hagander
2012-05-24Clarify 9.2 release notes items about pg_stat_statements, to betterBruce Momjian
2012-05-24Change pg_stat_statements order of release note items, per PeterBruce Momjian
2012-05-24Remove PL/Perl null array 9.2 release note item, per Andrew DunstanBruce Momjian