]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-07-12  Magnus HaganderFix memory and file descriptor leaks in pg_receivexlog...
2012-07-11  Tom LaneAdd array_remove() and array_replace() functions.
2012-07-11  Bruce MomjianDocument that Log-Shipping Standby Servers cannot be...
2012-07-11  Tom LaneFix bogus macro definition.
2012-07-10  Tatsuo IshiiAdd comments about additional mule-internal charsets...
2012-07-10  Tom LaneFix ASCII case in pg_wchar2mule_with_len.
2012-07-10  Alvaro Herreraplperl: Skip setting UTF8 flag when in SQL_ASCII encoding
2012-07-10  Alvaro Herreraperltidy adjustments to new file
2012-07-10  Tom LaneRe-implement extraction of fixed prefixes from regular...
2012-07-10  Tom LaneRefactor pattern_fixed_prefix() to avoid dealing in...
2012-07-09  Tom LaneFix planner to pass correct collation to operator selec...
2012-07-07  Tom LaneSimplify and document regex library's compact-NFA repre...
2012-07-06  Alvaro HerreraConvert libpq regress script to Perl
2012-07-06  Alvaro HerreraUpdate libpq test expected output
2012-07-06  Bruce MomjianRun updated copyright.pl on HEAD and 9.2 trees, updatin...
2012-07-06  Bruce MomjianHave copyright.pl skip updating something that is just...
2012-07-06  Bruce MomjianModify copyright.pl so all lines are processed, not...
2012-07-06  Bruce MomjianFix copyright.pl to properly skip the .git directory...
2012-07-06  Bruce MomjianFix spacing in copyright.pl after being run with missin...
2012-07-06  Bruce MomjianUpdate pg_upgrade comments for recent configpath fix.
2012-07-06  Robert HaasFix failure of new wchar->mb functions to advance from...
2012-07-06  Bruce MomjianFix PGDATAOLD and PGDATANEW to properly set pgconfig...
2012-07-05  Tom LaneDon't try to trim "../" in join_path_components().
2012-07-05  Heikki LinnakangasRevert part of the previous patch that avoided using...
2012-07-05  Heikki LinnakangasFix mapping of PostgreSQL encodings to Python encodings.
2012-07-05  Tom LaneRemove support for using wait3() in place of waitpid().
2012-07-05  Alvaro Herrerapg_upgrade: abstract out copying of files from old...
2012-07-05  Magnus HaganderFix function argument tab completion for schema-qualifi...
2012-07-05  Bruce MomjianFix missing regex slash that caused perltidy to get...
2012-07-05  Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-05  Robert HaasReduce messages about implicit indexes and sequences...
2012-07-04  Bruce MomjianHave pg_dump in binary-upgrade mode properly drop user...
2012-07-04  Robert HaasFix sample INSTR function to return 0 if third arg...
2012-07-04  Robert HaasAdd wchar -> mb conversion routines.
2012-07-04  Robert HaasMore doc cleanups for recent shared memory changes.
2012-07-04  Robert HaasDocumentation cleanups for recent shared memory changes.
2012-07-04  Robert HaasIncrease the maximum initdb-configured value for shared...
2012-07-04  Robert HaasMake oid2name, pgbench, and vacuumlo set fallback_appli...
2012-07-04  Magnus HaganderRemove duplicate, unnecessary, variable declaration
2012-07-04  Magnus HaganderSet the write location in the pg_receivexlog status...
2012-07-04  Magnus HaganderAlways treat a standby returning an an invalid flush...
2012-07-04  Magnus HaganderRemove reference to default wal_buffers being 8
2012-07-04  Magnus HaganderRemove references to pgfoundry as recommended hosting...
2012-07-04  Magnus HaganderRemove references to PostgreSQL bundled on Solaris
2012-07-04  Tom LaneImprove documentation about MULE encoding.
2012-07-03  Alvaro HerreraForgot an #include in the previous patch :-(
2012-07-03  Alvaro HerreraHave REASSIGN OWNED work on extensions, too
2012-07-03  Bruce MomjianHave copyright tool mention that certain files should...
2012-07-03  Robert HaasRemove misleading hints about reducing the System V...
2012-07-02  Robert HaasFix a stupid bug I introduced into XLogFlush().
2012-07-02  Robert HaasFix position of WalSndWakeupRequest call.
2012-07-02  Peter EisentrautAssorted message style improvements
2012-07-02  Tom LaneFix to_date's handling of year 519.
2012-07-02  Robert HaasWork a little harder on comments for walsender wakeup...
2012-07-02  Robert HaasMake commit_delay much smarter.
2012-07-02  Robert HaasMake walsender more responsive.
2012-07-01  Tom LaneFix race condition in enum value comparisons.
2012-07-01  Tom LaneSuppress compiler warnings in readfuncs.c.
2012-06-30  Tom LaneRemove inappropriate semicolons after function definitions.
2012-06-30  Tom LaneDeclare AnonymousShmem pointer as "void *".
2012-06-30  Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-30  Peter Eisentrautinitdb: Update check_need_password for new options
2012-06-30  Heikki LinnakangasValidate xlog record header before enlarging the work...
2012-06-29  Tom LaneFix confusion between "size" and "AnonymousShmemSize".
2012-06-29  Heikki LinnakangasInitialize shared memory copy of ckptXidEpoch correctly...
2012-06-29  Alvaro HerreraMake the pg_upgrade log files contain actual commands
2012-06-29  Peter EisentrautMake init-po and update-po recursive make targets
2012-06-29  Tom LaneFix NOTIFY to cope with I/O problems, such as out-of...
2012-06-29  Alvaro Herrerapg_upgrade: fix off-by-one mistake in snprintf
2012-06-28  Tom LaneProvide MAP_FAILED if sys/mman.h doesn't.
2012-06-28  Heikki LinnakangasUpdate outdated commit; xlp_rem_len field is in page...
2012-06-28  Peter EisentrautFurther fix install program detection
2012-06-28  Robert HaasFix broken mmap failure-detection code, and improve...
2012-06-28  Robert HaasDramatically reduce System V shared memory consumption.
2012-06-28  Robert HaasAdd missing space in event_source GUC description.
2012-06-28  Tom LaneMake UtilityContainsQuery recurse until it finds a...
2012-06-27  Peter EisentrautFix install program detection
2012-06-27  Heikki LinnakangasFix two more neglected comments, still referring to...
2012-06-27  Heikki LinnakangasI neglected many comments in the log+seg -> 64-bit...
2012-06-27  Robert HaasUpdate release notes for pg_terminate_backend changes.
2012-06-27  Peter EisentrautUse system install program when available and usable
2012-06-26  Robert HaasAllow pg_terminate_backend() to be used on backends...
2012-06-26  Robert HaasWhen LWLOCK_STATS is defined, count spindelays.
2012-06-26  Tom LaneCope with smaller-than-normal BLCKSZ setting in SPGiST...
2012-06-26  Robert HaasMake DROP FUNCTION hint more informative.
2012-06-26  Robert HaasReduce use of heavyweight locking inside hash AM.
2012-06-26  Heikki LinnakangasFix pg_upgrade, broken by the xlogid/segno -> 64-bit...
2012-06-26  Tom LaneMake pg_dump emit more accurate dependency information.
2012-06-26  Tom LaneImprove pg_dump's dependency-sorting logic to enforce...
2012-06-25  Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-06-25  Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-25  Robert HaasFix typo in DEBUG message, introduced by recent WAL...
2012-06-25  Robert HaasUnbreak pg_resetxlog -l.
2012-06-25  Robert HaasRemove sanity test in XRecOffIsValid.
2012-06-25  Kevin GrittnerFix warning for 64-bit literal on 32-bit build.
2012-06-24  Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-24  Heikki LinnakangasI missed some references to xlogid/xrecoff in Win32...
2012-06-24  Heikki LinnakangasUse UINT64CONST for 64-bit integer constants.
2012-06-24  Heikki LinnakangasOops. Remove stray paren.
2012-06-24  Heikki LinnakangasUse LL suffix for 64-bit constants.
next