]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-10-12 Bruce MomjianAdd warning about plperl nested named subroutines
2005-10-12 Bruce MomjianNo longer needed:
2005-10-12 Bruce MomjianRearrange:
2005-10-12 Bruce MomjianDone:
2005-10-12 Bruce MomjianAdd:
2005-10-12 Peter EisentrautUpdate keywords table for 8.1.
2005-10-12 Bruce MomjianAdd description:
2005-10-12 Bruce MomjianAdd:
2005-10-11 Bruce MomjianAdd:
2005-10-11 PostgreSQL... must commit *after* autoconf, not before REL8_1_0BETA3
2005-10-11 PostgreSQL... update to beta3 before tagging ...
2005-10-11 Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-11 Tom LaneRelease notes up to date as of today.
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-11 Tom LaneDon't use a non-locked pre-test of the spinlock on...
2005-10-11 Tom LaneDocument that get_attstatsslot/free_attstatsslot only...
2005-10-11 Tom LaneFix oversight in 8.0 modification of RestrictInfo data...
2005-10-10 Tom LaneRemove the DELETEs from pg_shadow and pg_group that...
2005-10-10 Tom LaneUse a safer order of operations in dropdb(): rollbackab...
2005-10-10 Peter EisentrautDocument the process to update translations.
2005-10-10 Peter EisentrautTranslation update
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-10-10 Tom Lane<limits.h> is now needed here, for INT_MAX. Per Michae...
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-08 Tom LaneFix a thinko in description of krb_server_hostname.
2005-10-08 Tom LaneFix up grammar in variable description string.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-10-08 Bruce MomjianRemove unnecessary ABORT commands in dblink regression...
2005-10-08 Bruce MomjianCosmetic improvements to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianAdd spacing around operators.
2005-10-07 Tom LaneFix LWLockAssign() so that it can safely be executed...
2005-10-07 Bruce MomjianMinor parentheses cleanup.
2005-10-07 Bruce MomjianAdd spaces around operator.
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-10-07 Tom LaneMarginal performance improvement in aclmask(): don...
2005-10-07 Tom LaneRecognize ERROR_SHARING_VIOLATION (translate to EACCES...
2005-10-07 Tom Lane(Apologies for fat-fingering cvs commit command......
2005-10-07 Tom Lanegni
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-10-07 Bruce MomjianUpdate:
2005-10-07 Bruce MomjianAdd:
2005-10-06 Tom LaneMinor dbf2pg fixes from Martin Pitt: check for failure...
2005-10-06 Tom LaneMarginal speedup in RelationIsVisible and TypeIsVisible...
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-06 Neil ConwayMinor tweaks for PL/PgSQL documentation.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-10-06 Peter Eisentrautpg_config should print an error message to stderr and...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-05 Neil ConwayCode cleanup for log_disconnections(). Patch from Qingq...
2005-10-05 Bruce MomjianImprove wording of entry.
2005-10-05 Tom LaneMake set_function_size_estimates() marginally smarter...
2005-10-05 Tom LaneAdd -Winline to the default CFLAGS for gcc, and remove
2005-10-05 Michael MeskesAlso synced the ecpg lexer with the backend lexer.
2005-10-05 Bruce MomjianFix pgxs for spaces in file names on Win32
2005-10-05 Bruce MomjianUpdate Japanese FAQ.
2005-10-05 Bruce MomjianUpdate FAQ for version number.
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-10-04 Teodor SigaevFix compile error
2005-10-04 Tatsuo IshiiOops. Partially saved file was committed.
2005-10-04 Tatsuo IshiiAllow multiple -f options.
2005-10-04 Michael MeskesSomehow I missed some parser changes, so this commit...
2005-10-04 Peter EisentrautAdd _ to gettext triggers. Must have been forgotten...
2005-10-04 Tom LaneAdd an expected case to cover error message as spelled...
2005-10-03 Tom LaneCOPY's test for read-only transaction was backward...
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-10-03 Tom LaneFix procedure for updating nextval() defaults so that...
2005-10-03 Teodor SigaevOptimize benchmark query and update benchmark's results.
2005-10-03 Bruce MomjianFix font of sequence header.
2005-10-03 Bruce MomjianFix null bytes at end of file (weird).
2005-10-03 Bruce MomjianUpdate sequence docs.
2005-10-03 Tom LanePreserve tuple OIDs during ATRewriteTable. Per gripe...
2005-10-03 Bruce MomjianMerge Tom and my descriptions of new sequence behavior...
2005-10-03 Bruce MomjianUpdate release notes to show how to upgrade a database...
2005-10-03 Bruce MomjianRemove, 8.1 completed items already removed:
2005-10-03 Bruce MomjianDone:
2005-10-03 Tom LaneExpand pg_control information so that we can verify...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-10-01 Tom Lane_SPI_execute_plan failed to return result tuple table...
2005-10-01 Bruce MomjianAdjust wording.
2005-09-30 Bruce MomjianOne of the web pages mentioned in dmetaphone.c has...
2005-09-30 Peter EisentrautEqualize wordings to avoid redundant translation work.
2005-09-30 Peter EisentrautClean up the help displays.
2005-09-30 Peter EisentrautChange the option spelling to --connection-limit to...
2005-09-29 Alvaro HerreraFix confusion between relfilenode and Oid.
2005-09-29 Tom LaneFix unportable usages in new pgbench code (strndup...
2005-09-29 Tatsuo IshiiAdd -f option which enables to read SQL commands from...
2005-09-29 Peter EisentrautCorrect spelling
2005-09-29 Bruce MomjianRemove acronym in one title.
2005-09-28 Tom LaneMention fix for bug #1916 in release notes for affected...
2005-09-28 Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-09-28 Bruce MomjianFix typo.
2005-09-28 Bruce MomjianAdd section on reliable operation, talking about cachin...
2005-09-28 Peter EisentrautImprove messages
2005-09-28 Bruce MomjianUpdate SQL conformance mention to 2003.
2005-09-28 Bruce MomjianUpdate Russian FAQ.
2005-09-27 Bruce MomjianAdd attribution.
next