]> granicus.if.org Git - postgresql/history - src
Fix typo in backup docs. Patch from Euler Taveira de Oliveira.
[postgresql] / src /
2006-09-25 Tom LaneFix notice message from DROP FUNCTION IF EXISTS, and...
2006-09-24 Tom LaneFix incorrect mapping of fopen mode 'a' in recently...
2006-09-24 Tom LaneCause pg_regress to invoke the temporary postmaster...
2006-09-24 Tom LaneSuppress useless warning on pre-XP versions of Windows...
2006-09-23 PostgreSQL DaemonTag us Beta1 REL8_2_BETA1
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-22 Tom LaneSurely this temp buffer needn't be static.
2006-09-22 Peter EisentrautRearrange yes/no prompting code so that the prompts...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-09-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-09-19 Tom LaneFix shared library creation to work properly on AIX...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-18 Tom LaneFix problems with column name list of CREATE TABLE...
2006-09-18 Tom LaneFix CREATE TABLE ... AS VALUES ... to work rather than...
2006-09-17 Tom LaneChange ANALYZE to take ShareUpdateExclusiveLock not...
2006-09-17 Tom LaneMarginal cleanup in arrangements for ensuring StrategyH...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-16 Tom LaneUpdate timezone data files to release 2006k of the...
2006-09-16 Tom LaneDefine errcode as __msvc_errcode not __vc_errcode for...
2006-09-15 Tom LaneSeveral fixes for MSVC build scripts, from Magnus.
2006-09-15 Tom LaneFix some uses of str[n]casecmp that should be pg_str...
2006-09-15 Tom LaneRemove WINLDAPAPI decoration from ldap_start_tls_sA...
2006-09-15 Tom LaneImprove confusing comment for HeapTupleSatisfiesNow...
2006-09-14 Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
2006-09-14 Tom LaneAdd a couple of information functions to support direct...
2006-09-14 Teodor SigaevImprove error message. Per discussion
2006-09-14 Michael MeskesCygwin systems seem to have a different error message...
2006-09-14 Michael MeskesAdded missing constuctor/destructor for interval and...
2006-09-13 Tom LaneMake logging of extended-protocol commands a bit more...
2006-09-13 Tom LaneCode review for patch to avoid second scan when vacuumi...
2006-09-12 Michael MeskesSeems this wasn't committed originally
2006-09-11 Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-09-11 Tom LaneAdd LDAP_LIBS_FE to $(libpq) for static or AIX linking...
2006-09-11 Tom LaneOoops, forgot to update ecpg comparison files to match
2006-09-11 Tom LaneFix unportable usage complained of by icc. Per buildfa...
2006-09-10 Bruce MomjianRemove unnecessary brace pair.
2006-09-10 Bruce MomjianBack out patch added during 8.2.X development:
2006-09-10 Tom LaneInstall a cleaner solution to the AIX libpq linking...
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-09-09 Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-09-08 Tom LaneFix pg_dump for recent change removing separate RULE...
2006-09-08 Tom LanePut back plan-time check for trying to apply SELECT...
2006-09-08 Tom LaneTweak the behavior of log_duration as proposed by Guill...
2006-09-08 Michael MeskesNot all C compilers understand the "//" comment in...
2006-09-08 Michael MeskesReplaced complex tests with small ones.
2006-09-08 Michael MeskesMore logic from complex/test* moved to their own testcases.
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-07 Bruce MomjianUpdate pgcvslog comments.
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-09-07 Michael MeskesChanging a test case also changes the output that is...
2006-09-07 Michael MeskesRemoved one output because integer/double usage differ
2006-09-07 Bruce MomjianUpdate Emacs/vim editor info.
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-09-06 Bruce MomjianAdd interval division/multiplication regression tests.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-05 Tom LaneMake Gen_fmgrtab.sh locale-proof. Per report from...
2006-09-05 Teodor SigaevFix Intel compiler bug. Per discussion
2006-09-05 Michael MeskesLost some changes yet again
2006-09-05 Michael MeskesStarted to cleanup complex tests.
2006-09-05 Michael MeskesSynced parser.
2006-09-05 Bruce MomjianFix imprecision from interval rounding of multiplicatio...
2006-09-04 Tom LaneFix information_schema.key_column_usage to show correct...
2006-09-04 Bruce MomjianTrivial patch to double vacuum speed on tables with...
2006-09-04 Bruce MomjianAdd MSVC build tools.
2006-09-04 Tom LaneDisallow TRUNCATE when there are any pending after...
2006-09-04 Bruce MomjianSequences were not being shown due to the use of lowerc...
2006-09-04 Bruce MomjianRemove trailing slash use in ecpg regression script...
2006-09-04 Tom LaneChange ILIKE to invoke lower() and then do plain LIKE...
2006-09-04 Peter Eisentrautsslinfo contrib module - information about current...
2006-09-04 Peter EisentrautAdd missing gettext calls for some SSL errors.
2006-09-04 Tom LaneFix interval input parser so that fractional weeks...
2006-09-03 Tom LaneCode review for UPDATE SET (columnlist) patch. Make...
2006-09-03 Tom LaneSuppress 'unused variable' warnings created by latest...
2006-09-03 Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-09-03 Michael MeskesSynced parser.
2006-09-03 Bruce MomjianProperly round months into days and into seconds for...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-03 Bruce MomjianFix case where "PM" to_timestamp() mask was eating...
2006-09-03 Bruce MomjianFix LLONG_MAX define used by new int64 FETCH/MOVE patch.
2006-09-03 Bruce MomjianRemove unnecessary copyObject() call in update (values...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianUpdate postgresql.conf line for default superuser_reser...
2006-09-02 Bruce MomjianChange "superuser_reserved_connections" default to...
2006-09-02 Bruce MomjianSmall code cleanup for recent UPDATE SET (values) patch.
2006-09-02 Bruce MomjianAdd UPDATE tab SET ROW (col, ...) = (val, ...) for...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-09-02 Bruce MomjianRevert as not needed/inconsistent with SQL REINDEX:
2006-09-02 Bruce MomjianRemove GUC_REPORT for new "server_version_num" GUC...
2006-09-02 Tom LaneApply a simple solution to the problem of making INSERT...
2006-09-02 Bruce MomjianAdd new variable "server_version_num", which is almost...
2006-09-02 Bruce MomjianAllow PL/python to return composite types and result...
2006-09-02 Bruce MomjianSuppress some NOTICE messages from REINDEX command.
2006-08-31 Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-08-31 Peter EisentrautRepair interpretation of GB as MB.
2006-08-31 Bruce MomjianAttibution addition: Add Karel Zak also for COPY SELECT.
2006-08-31 Bruce MomjianCorrect attibution:
next