]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-01-23  Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23  Robert HaasFurther documentation tweaks for event triggers.
2013-01-23  Robert HaasUpdate comments and output for event_trigger regression...
2013-01-23  Heikki LinnakangasImplement pg_unreachable() on MSVC.
2013-01-23  Andrew DunstanGitignore vcxproj files.
2013-01-23  Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-23  Bruce Momjianpg_upgrade: remove --single-transaction usage
2013-01-23  Peter Eisentrautdoc: Fix declared number of columns in table
2013-01-23  Robert HaasFix a few small bugs in yesterday's event trigger patch.
2013-01-22  Robert HaasFix CREATE EVENT TRIGGER syntax synopsis in documentation.
2013-01-22  Robert HaasTypo fixes.
2013-01-22  Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-21  Robert HaasAdd ddl_command_end support for event triggers.
2013-01-21  Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-21  Tom LaneFix one-byte buffer overrun in PQprintTuples().
2013-01-21  Tom LaneFix error-checking typo in check_TSCurrentConfig().
2013-01-21  Peter Eisentrautdoc: Fix syntax of a URL
2013-01-20  Tom LaneFix an O(N^2) performance issue for sessions modifying...
2013-01-20  Magnus HaganderClarify that streaming replication can be both async...
2013-01-19  Tom LaneUse SET TRANSACTION READ ONLY in pg_dump, if server...
2013-01-19  Tom LaneModernize string literal syntax in tutorial example.
2013-01-19  Andrew DunstanMake pgxs build executables with the right suffix.
2013-01-19  Peter Eisentrautlibpq doc: Clarify what commands return PGRES_TUPLES_OK
2013-01-18  Tom LaneProtect against SnapshotNow race conditions in pg_table...
2013-01-18  Bruce MomjianRename new latex longtable function name, for consistency
2013-01-18  Robert HaasUnbreak lock conflict detection for Hot Standby.
2013-01-18  Bruce MomjianImprove pg_upgrade error report
2013-01-18  Alvaro HerreraFix off-by-one bug in xlog reading logic
2013-01-18  Bruce Momjianpsql latex fixes
2013-01-18  Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-18  Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17  Heikki LinnakangasWhen xlogreader asks the callback function to read...
2013-01-17  Heikki LinnakangasI added a result set to START_STREAMING command, but...
2013-01-17  Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-17  Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-17  Tom LaneImprove memory space management in tuplesort and tuples...
2013-01-17  Heikki LinnakangasFix a couple of error-handling bugs in the xlogreader...
2013-01-17  Bruce MomjianAdd a latex-longtable output format to psql
2013-01-17  Magnus HaganderSilence compiler warnings
2013-01-17  Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-17  Magnus HaganderBase the default SSL ciphers on DEFAULT instead of ALL
2013-01-17  Magnus HaganderMake size-output fixed length in pg_basebackup verbose...
2013-01-17  Magnus HaganderTruncate filenames in the leadning end in pg_basebackup...
2013-01-17  Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-17  Peter EisentrautGet rid of pg_dump's README
2013-01-16  Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-15  Heikki LinnakangasMake \? help message more clear when not connected.
2013-01-15  Heikki LinnakangasDon't pass NULL to fprintf, if not currently connected...
2013-01-15  Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-15  Heikki LinnakangasGive a proper error message if connecting to incompatib...
2013-01-15  Tom LaneFix hash_update_hash_key() to handle same-bucket case...
2013-01-14  Heikki LinnakangasReturn value of lseek() can be negative on failure.
2013-01-14  Tom LaneFix obsolete SQL syntax in comment.
2013-01-14  Tom LaneReject out-of-range dates in to_date().
2013-01-14  Tom LaneAdd new timezone abbrevation "FET".
2013-01-14  Alvaro HerreraRemove spurious space
2013-01-14  Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-14  Peter EisentrautMake spelling more uniform
2013-01-13  Tom LaneUpdate comments for elog_start().
2013-01-13  Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-12  Andrew DunstanExtend and improve use of EXTRA_REGRESS_OPTS.
2013-01-11  Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-11  Tom LaneLast-gasp attempt to save libperl.so configure probe.
2013-01-10  Tom LaneTest linking libperl.so using only Perl's required...
2013-01-10  Tom LaneAdd explicit configure-time checks for perl.h and libpe...
2013-01-09  Andrew DunstanDetect Windows perl linkage parameters in configure...
2013-01-09  Magnus HaganderProperly install ecpg_compat and pgtypes libraries...
2013-01-09  Magnus HaganderDon't attempt to write recovery.conf when -R is not...
2013-01-09  Bruce MomjianAllow parallel copy/link in pg_upgrade
2013-01-08  Tom LaneFix potential corruption of lock table in CREATE/DROP...
2013-01-08  Peter EisentrautFix typo
2013-01-07  Andrew DunstanFix a logic bug in pgindent.
2013-01-07  Robert HaasFix incorrect error message when schema-CREATE permissi...
2013-01-07  Tatsuo IshiiAdd new "-q" logging option (quiet mode) while in initi...
2013-01-06  Tom LaneFix plpython build on older versions of OS X.
2013-01-05  Magnus HaganderAdd support for generating minimal recovery.conf when...
2013-01-05  Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-05  Peter EisentrautPL/Python: Make build on OS X more flexible
2013-01-05  Peter EisentrautRevert "PL/Python: Remove workaround for returning...
2013-01-05  Peter Eisentrautdoc: Update CREATE FUNCTION compatibility information
2013-01-05  Peter EisentrautMake some spelling more consistent
2013-01-04  Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-03  Tom LanePrevent creation of postmaster's TCP socket during...
2013-01-03  Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-03  Heikki LinnakangasDelay reading timeline history file until it's fetched...
2013-01-03  Bruce MomjianAdjust a few pg_upgrade functions to return void.
2013-01-02  Alvaro HerreraFix IsUnderPostmaster/EXEC_BACKEND confusion
2013-01-02  Alvaro HerreraSet MaxBackends only on bootstrap and standalone modes
2013-01-02  Magnus HaganderMove tar function headers to pgtar.h
2013-01-02  Alvaro HerreraMake sure MaxBackends is always set
2013-01-02  Alvaro HerreraFix background workers for EXEC_BACKEND
2013-01-02  Heikki LinnakangasFix bug in streaming replication over multiple tli...
2013-01-02  Heikki LinnakangasFix silly typo in code, which broke the check for reach...
2013-01-01  Bruce MomjianUpdate copyrights for 2013
2013-01-01  Magnus HaganderAdd new file to MSVC build system as well
2013-01-01  Magnus HaganderUnify some tar functionality across different parts
2013-01-01  Heikki LinnakangasWinflex binary on FTP site doesn't work on 64-bit Windo...
2013-01-01  Magnus HaganderFix descrition of pg_resetxlog -l parameter
2012-12-31  Tom LaneFix ruleutils to cope with conflicts from adding/droppi...
2012-12-31  Peter Eisentrautdoc: Correct description of ldapurl
next