OSDN Git Service

Remove thread dumping constant that requires newer Platform SDK
[pg-rex/syncrep.git] / doc /
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-17 Robert HaasWaiting for complete startup is now a well-defined...
2010-12-16 Robert HaasSome copy editing of pg_read_binary_file() patch.
2010-12-16 Robert HaasDocument timestamptz a little better.
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-15 Bruce MomjianUse "upgrade" in preference over "migrate" in pg_upgrad...
2010-12-14 Tom LaneUpdate release notes for releases 9.0.2, 8.4.6, 8.3...
2010-12-13 Peter EisentrautRemove recently reintroduced CVS keyword
2010-12-13 Robert HaasDocument replacement of pg_class.relistemp with relpers...
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-12-11 Robert HaasMinor documentation cleanup.
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-04 Tom LaneAdd KNNGIST support to contrib/pg_trgm.
2010-12-04 Tom LaneAdd external documentation for KNNGIST.
2010-12-03 Robert HaasClarify that LOCK TABLE requires a table-level privilege.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-29 Heikki LinnakangasBe consistent about writing "[, ...]" instead "[,....
2010-11-27 Tom LanePoint out in default_tablespace's description that...
2010-11-27 Robert HaasNew contrib module, auth_delay.
2010-11-27 Tom LaneA bit more wordsmithing on the PQping documentation.
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-24 Bruce MomjianDocument that a CHECKPOINT before taking a file system...
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautAdd index entries for more functions
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-18 Robert HaasMinor corrections to dummy_seclabel documentation.
2010-11-18 Robert HaasDocument the dummy_seclabel contrib module.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-12 Peter Eisentrautdocs -> documentation
2010-11-10 Bruce MomjianMention that pg_upgrade requires compatible 32/64-bit...
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-11-09 Alvaro HerreraMerge docs for CREATE CONSTRAINT TRIGGER and CREATE...
2010-11-09 Tom LaneImprove pg_ctl's man page.
2010-11-09 Alvaro Herreraplpython has plpy.Error instead of plpy.ERROR
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-11-07 Tom LaneImplement an "S" option for psql's \dn command.
2010-11-04 Tom LaneAllow moddatetime's target column to be of type timesta...
2010-10-30 Peter EisentrautChange version number in release notes to 9.1alpha2
2010-10-30 Peter EisentrautLast-minute updates to 9.1alpha2 release notes
2010-10-28 Peter EisentrautRelease notes for 9.1alpha2
2010-10-28 Peter EisentrautRemove obsolete release-alpha.sgml
2010-10-28 Peter EisentrautRemove tabs from SGML
2010-10-28 Robert HaasRevert "Correct WAL space calculation formula in docs."
2010-10-28 Robert HaasReorganize OS-specific details about write caching...
2010-10-27 Robert HaasNote that effective_io_concurrency only affects bitmap...
2010-10-26 Heikki LinnakangasNote explicitly that hash indexes are also not replicat...
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-24 Peter EisentrautSupport suffix matching of host names in pg_hba.conf
2010-10-22 Heikki LinnakangasAdd semicolon, missed in previous patch. And update...
2010-10-21 Bruce MomjianMention limited usefulness of .pgpass database field.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-20 Robert HaasAdd some caveats to the contrib/isn docs.
2010-10-20 Tom LaneUpdate storage.sgml to describe the 9.0 tablespace...
2010-10-19 Bruce MomjianAdd mention of using tools/fsync to test fsync methods...
2010-10-19 Robert HaasAdd levenshtein_less_equal, optimized version for small...
2010-10-18 Peter EisentrautSupport key word 'all' in host column of pg_hba.conf
2010-10-18 Bruce MomjianDocument the tablespace directory "should" be empty...
2010-10-18 Robert HaasChange example pg_hba.conf in docs to match altered...
2010-10-16 Alvaro HerreraDocument that translate() removes characters in "from...
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-10-15 Tom LaneDocument the DISTINCT noise word in the UNION/INTERSECT...
2010-10-15 Alvaro HerreraAllow pg_ctl to register the service in either AUTO...
2010-10-15 Simon RiggsCorrect WAL space calculation formula in docs.
2010-10-14 Robert HaasAdd pg_user_mappings to the table of system views.
2010-10-14 Peter EisentrautRemove reference.ced
2010-10-14 Peter EisentrautComplete the documentation of the USAGE privilege for...
2010-10-14 Peter EisentrautDocument (compositeval).* field selection syntax
2010-10-14 Simon RiggsImprovements to docs about pg_archive_cleanup and use...
2010-10-13 Peter EisentrautRemove executable permission from files where it doesn...
2010-10-13 Peter EisentrautAdd index entries for pg_stat* views
2010-10-13 Peter EisentrautMention the default pg_ctl wait time in the -t option...
2010-10-13 Peter EisentrautMake title capitalization consistent with surroundings
2010-10-13 Peter EisentrautPut per-letter quicklinks at the top of the HTML bookin...
2010-10-13 Itagaki TakahiroAccept 'public' as a pseudo-role name in has_table_priv...
2010-10-12 Alvaro HerreraFix typo
2010-10-10 Tom LaneSupport triggers on views.
2010-10-10 Peter EisentrautExtensive ECPG documentation improvements
2010-10-09 Robert HaasAdjust EXPLAIN documentation, so that it's not unreason...
2010-10-08 Robert HaasWarn that views can be safely used to hide columns...
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-10-07 Robert HaasImprove WAL reliability documentation, and add more...
2010-10-05 Simon RiggsCorrect docs for behaviour of ALTER DATABASE .. RENAME...
2010-10-05 Tom LaneUndo some poorly-thought-out "proofreading improvements".
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-30 Robert HaasAdjust pg_archivecleanup docs to match message changes...
2010-09-30 Tom LaneUpdate release notes for releases 9.0.1, 8.4.5, 8.3...
2010-09-29 Peter EisentrautUpdate ecpglib error code listing
2010-09-28 Bruce MomjianMention that pg_upgrade requires write permission in...
2010-09-28 Bruce MomjianMention in pg_upgrade docs that the proper Win32 servic...
next