]> granicus.if.org Git - postgresql/shortlog
postgresql
2006-11-23 Tom LaneSeveral changes to reduce the probability of running...
2006-11-22 Bruce MomjianMore HA wording improvements.
2006-11-22 Bruce MomjianUpdate HA docs with more wording improvements.
2006-11-22 Bruce MomjianWording and term clarification for HA docs, per Markus...
2006-11-22 Teodor SigaevAvoid infinity calculations in rank_cd
2006-11-22 Bruce MomjianMention OIDs are now not created by default.
2006-11-22 Bruce MomjianNew async/sync multi-master headings for docs.
2006-11-22 Bruce MomjianNew async/sync multi-master headings for docs.
2006-11-22 Bruce MomjianAdd mention of shared-memory/disk for multi-master...
2006-11-21 Tom LaneGet rid of retail definitions of HAVE_STRDUP and HAVE_V...
2006-11-21 Tom LaneTranslate Windows' GMT Standard Time/GMT Daylight Time...
2006-11-21 Bruce MomjianHA doc wording improvement.
2006-11-21 Tom LanePrevent intratransaction memory leak when a subtransact...
2006-11-21 Tom LaneSuppress timezone (%Z) part of timestamp display when...
2006-11-21 Tom LaneFix plpython to work (or at least pass its regression...
2006-11-21 Bruce MomjianMention pgpool-II can do Clustering For Parallel Query...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Bruce MomjianUpdate Statement-Based Replication Middleware docs...
2006-11-21 Teodor SigaevFix type in return value
2006-11-21 Bruce MomjianIn HA/load balancing does:
2006-11-21 Neil ConwayVC build patch from Magnus:
2006-11-21 Bruce MomjianMove libpq environment reference in psql documentation...
2006-11-21 Andrew Dunstanremove duplicate declaration, per report from Magnus...
2006-11-21 Tom LaneIf SSL negotiation fails and SSLMODE is 'prefer', then...
2006-11-21 Bruce MomjianAdd capitalization mention.
2006-11-21 Bruce MomjianI noticed that the Partitioning section of the docs...
2006-11-21 Tom LaneChange the default setting for log_min_error_statement...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-11-20 Bruce MomjianRetitle documentation section, "Statement-Based Replica...
2006-11-20 Bruce MomjianAdd mention that Shared Disk Failover can use file...
2006-11-20 Bruce MomjianUpdate Brazilian FAQ.
2006-11-20 Bruce MomjianFor to_char() day/month abbrevitions, mention "3 chars...
2006-11-20 Bruce MomjianOur MingW FAQ appears to be seriously out of date....
2006-11-20 Tom LaneMore MSVC build fixes:
2006-11-20 Neil ConwayOverhaul the "External Projects" chapter in the manual...
2006-11-20 Bruce MomjianUpdate documentation to use Statement-Based Replication...
2006-11-20 Teodor SigaevFix bug http://archives.postgresql.org/pgsql-bugs/2006...
2006-11-20 Tom LaneWhen truncating a relation in-place (eg during VACUUM...
2006-11-19 Tom LaneRepair problems with hash indexes that span multiple...
2006-11-17 Tom LaneClarify description of CIDR-address column of pg_hba...
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-11-17 Peter EisentrautSmall message equalization fix
2006-11-17 Bruce MomjianRename replication section "High Availability and Load...
2006-11-17 Bruce MomjianData Partitioning documentation section reduced and...
2006-11-17 Neil ConwayFix a typo.
2006-11-17 Michael MeskesFixed small typo, missing 'l' in 'Cluserting'
2006-11-17 Neil ConwayRemove a bunch of antique information from the appendix...
2006-11-17 Bruce MomjianUse more standard terms for replication, ideas from...
2006-11-16 Bruce MomjianMention two-phase commit for having all transactions...
2006-11-16 Bruce MomjianReconfigure failover/replication doc items to be varlis...
2006-11-16 Bruce MomjianClarify replication items, and define some terms.
2006-11-16 Peter EisentrautMessage fix
2006-11-16 Peter EisentrautString fix
2006-11-15 Bruce MomjianImprove broadcast wording for failover/clustering docum...
2006-11-14 Bruce MomjianAdd URL for case identifiers.
2006-11-14 Bruce MomjianFix xrefs for failover changes.
2006-11-14 Bruce MomjianUpdate failover docs, per suggestions from Chris Browne.
2006-11-14 Bruce MomjianFix URL for patch hold queue.
2006-11-13 Andrew DunstanForce plperl and plperlu to run in separate interpreter...
2006-11-12 Neil ConwayFix some typos in comments.
2006-11-12 Neil ConwayDo a round of copy-editing for the system catalog chapt...
2006-11-12 Neil ConwayMinor improvements to the description of archive_timeout.
2006-11-11 Tom LaneSuppress a few 'uninitialized variable' warnings that...
2006-11-10 Tom LaneFix pg_get_serial_sequence(), which could incorrectly...
2006-11-10 Tom LaneClean up some misleading references to %p being a full...
2006-11-10 Tom LaneImprove formatting of PQexecParams argument description...
2006-11-10 Tom LaneEmphasize that immutable and stable functions are not...
2006-11-10 Tom LaneFix errors in key_column_usage.position_in_unique_const...
2006-11-10 Neil ConwayMinor code cleanup for pgcrypto: for UDFs declared...
2006-11-10 Tom LaneFix set_joinrel_size_estimates() to estimate outer...
2006-11-08 Tom LaneChange Windows rename and unlink substitutes so that...
2006-11-08 Tom LaneModify aset.c to track the next intended block allocati...
2006-11-08 Tom LaneTweak accumArrayResult() to double the size of its...
2006-11-08 Tom LaneFix performance issues in replace_text(), replace_text_...
2006-11-08 Neil ConwayFix two typos.
2006-11-08 Teodor SigaevNew README, forgotten when docs was updated
2006-11-08 Michael MeskesApplied patch by Peter Harris to free auto_mem structur...
2006-11-08 Neil ConwayFix a memory leak in psql: we'd leak a few PGresult...
2006-11-08 Neil ConwayRemove a 15-year old comment questioning behavior that...
2006-11-07 PostgreSQL... Tag as Beta3 ... two outstanding *known* bugs before... REL8_2_BETA3
2006-11-06 Tom LaneRepair bug #2694 concerning an ARRAY[] construct whose...
2006-11-06 Tom LaneRemove temporary Windows-specific debugging code; it...
2006-11-06 Tom LaneUpdate release notes in preparation for RC1.
2006-11-06 Tom LaneRevert to the pre-8.2 method of probing for libm, that...
2006-11-06 Tom LaneGet rid of some unnecessary dependencies on DataDir...
2006-11-06 Neil ConwayMinor fix for LDAP authentication: if an error occurs...
2006-11-05 Tom LaneFix recently-identified PITR recovery hazard: the base...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-11-04 Tom LaneAdd note about space usage of 'manual' approach to...
2006-11-04 Tom LaneCorrect documentation error: in 8.1 and 8.2, %p in...
2006-11-03 Tom LaneMention 'void' as the proper return type when there...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-11-01 Tom Lanepg_restore failed on tar-format archives if they contai...
2006-11-01 Tom LaneUpdate zic database to tzdata2006n.
2006-10-31 Teodor SigaevAdd description of new features
2006-10-31 Tom LaneFix misstatement about the results of using -1 with...
2006-10-31 Neil ConwayAdd text to the VACUUM, REINDEX, DROP TABLESPACE and...
2006-10-30 Peter EisentrautCode the unknown options check without using m4 diversi...
2006-10-30 Neil ConwayFix typo in backup docs. Patch from Euler Taveira de...
2006-10-27 Bruce MomjianFix typo in docs.
next