]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-10-09 Tom LaneUse unnamed POSIX semaphores, if available, on Linux...
2016-10-09 Tom LaneFix incorrect handling of polymorphic aggregates used...
2016-10-08 Tom LaneFix two bugs in merging of inherited CHECK constraints.
2016-10-08 Tom Lanelibpqwalreceiver needs to link with libintl when using...
2016-10-07 Andres FreundFix fallback implementation of pg_atomic_write_u32().
2016-10-07 Heikki LinnakangasRemove bogus mapping from UTF-8 to SJIS conversion...
2016-10-07 Heikki LinnakangasMake TAP test suites to work, when @INC does not contai...
2016-10-07 Tom LaneFix python shlib probe for Cygwin.
2016-10-07 Tom LaneFix pg_dump to work against pre-9.0 servers again.
2016-10-07 Heikki LinnakangasDon't allow both --source-server and --source-target...
2016-10-07 Heikki LinnakangasClear OpenSSL error queue after failed X509_STORE_load_...
2016-10-07 Heikki LinnakangasDon't share SSL_CTX between libpq connections.
2016-10-06 Heikki LinnakangasDisable synchronous commits in pg_rewind.
2016-10-06 Heikki LinnakangasFix excessive memory consumption in the new sort pre...
2016-10-06 Tom LaneRemove -Wl,-undefined,dynamic_lookup in macOS build.
2016-10-06 Tom LaneTry to fix python shlib probe for MinGW.
2016-10-05 Robert HaasUpdate obsolete comments and perldoc.
2016-10-05 Tom LaneIn python shlib probe, cater for OpenBSD, which omits...
2016-10-05 Robert HaasRe-alphabetize #include directives.
2016-10-05 Robert HaasRename WAIT_* constants to PG_WAIT_*.
2016-10-04 Tom LaneAvoid direct cross-module links in hstore_plperl and...
2016-10-04 Tom LaneHuh, we do need to look in $python_configdir for the...
2016-10-04 Tom LaneImprove (I hope) our autolocation of the Python shared...
2016-10-04 Robert HaasFix another Windows compile break.
2016-10-04 Robert HaasFix Windows compile break in 6f3bd98ebfc008cbd676da777b...
2016-10-04 Heikki LinnakangasFix another outdated comment.
2016-10-04 Robert HaasRemove trailing commas from enums.
2016-10-04 Robert HaasAdjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376...
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-10-04 Tom LaneFix hstore_plpython for Python 3.
2016-10-04 Heikki LinnakangasUpdate comment.
2016-10-04 Andres FreundCorrect logical decoding restore behaviour for subtrans...
2016-10-04 Tom LaneConvert contrib/hstore_plpython to not use direct linki...
2016-10-03 Tom LaneShow a sensible value in pg_settings.unit for GUC_UNIT_...
2016-10-03 Stephen FrostFix RLS with COPY (col1, col2) FROM tab
2016-10-03 Tom LaneEnforce a specific order for probing library loadabilit...
2016-10-03 Heikki LinnakangasChange the way pre-reading in external sort's merge...
2016-10-02 Tom LaneAdd ALTER EXTENSION ADD/DROP ACCESS METHOD, and use...
2016-10-02 Tom LaneAvoid leaking FDs after an fsync failure.
2016-10-01 Tom LaneDo ClosePostmasterPorts() earlier in SubPostmasterMain().
2016-10-01 Tom LaneFix bugs in contrib/pg_visibility.
2016-10-01 Tom LaneCopy-editing for contrib/pg_visibility documentation.
2016-10-01 Tom LaneFix misstatement in comment in Makefile.shlib.
2016-10-01 Tom LaneFix misplacement of submake-generated-headers prerequis...
2016-10-01 Peter EisentrautSet log_line_prefix and application name in test drivers
2016-10-01 Tom LaneImprove error reporting in pg_upgrade's file copying...
2016-10-01 Tom LaneFix multiple portability issues in pg_upgrade's rewrite...
2016-09-30 Peter EisentrautFix breakage in previous change
2016-09-30 Peter EisentrautSeparate enum from struct
2016-09-30 Peter EisentrautRemove unnecessary prototypes
2016-09-30 Peter EisentrautAdd missing include files to configure tests
2016-09-30 Peter EisentrautUse return instead of exit() in configure
2016-09-30 Peter EisentrautFix use of offsetof()
2016-09-30 Magnus HaganderRetry opening new segments in pg_xlogdump --folllow
2016-09-30 Stephen FrostRemove superuser checks in pgstattuple
2016-09-29 Peter EisentrautFix compiler warnings
2016-09-29 Tom LaneAllow contrib/file_fdw to read from a program, like...
2016-09-29 Peter EisentrautSwitch pg_basebackup commands in Postgres.pm to use...
2016-09-29 Peter Eisentrautpg_basebackup: Add --nosync option
2016-09-29 Peter Eisentrautpg_basebackup pg_receivexlog: Issue fsync more carefully
2016-09-29 Peter EisentrautMove fsync routines of initdb into src/common/
2016-09-29 Heikki LinnakangasDon't bother to lock bufmgr partitions in pg_buffercache.
2016-09-28 Peter EisentrautExclude additional directories in pg_basebackup
2016-09-28 Alvaro HerreraSilence compiler warnings
2016-09-28 Tom LaneRationalize format-picture caching logic in formatting.c.
2016-09-28 Tom LaneMake to_timestamp() and to_date() range-check fields...
2016-09-28 Peter EisentrautRemove dead line of code
2016-09-28 Robert Haasworker_spi: Call pgstat_report_stat.
2016-09-28 Peter EisentrautFix CRC check handling in get_controlfile
2016-09-28 Robert HaasFix dangling pointer problem in ReorderBufferSerializeC...
2016-09-28 Heikki LinnakangasTurn password_encryption GUC into an enum.
2016-09-27 Tom LaneDisallow pushing volatile quals past set-returning...
2016-09-27 Tom LaneMake struct ParallelSlot private within pg_dump/parallel.c.
2016-09-27 Tom LaneRationalize parallel dump/restore's handling of worker...
2016-09-27 Tom LaneRedesign parallel dump/restore's wait-for-workers logic.
2016-09-27 Tom LaneImprove contrib/cube's handling of zero-D cubes, infini...
2016-09-27 Alvaro HerreraInclude <sys/select.h> where needed
2016-09-26 Peter EisentrautFix some typos in comment
2016-09-27 Tom LaneFix newly-introduced issues in pgbench.
2016-09-26 Tom LaneReplace the built-in GIN array opclasses with a single...
2016-09-26 Tom LaneDocument has_type_privilege().
2016-09-26 Heikki LinnakangasRefactor script execution state machine in pgbench.
2016-09-25 Tom LaneRefer to OS X as "macOS", except for the port name...
2016-09-24 Tom LaneDo a final round of updates on the 9.6 release notes.
2016-09-23 Tom LaneInstall TAP test infrastructure so it's available for...
2016-09-23 Tom LaneDoc: fix examples of # operators so they actually work.
2016-09-23 Tom LaneFix incorrect logic for excluding range constructor...
2016-09-23 Tom LaneRemove useless code.
2016-09-23 Tom LaneDon't trust CreateFileMapping() to clear the error...
2016-09-23 Tom LaneAvoid using PostmasterRandom() for DSM control segment ID.
2016-09-23 Peter Eisentrautpg_ctl: Add promote wait option to help output
2016-09-23 Heikki LinnakangasImprove error message on MSVC if perl*.lib is not found.
2016-09-23 Heikki LinnakangasFix typo in comment.
2016-09-22 Bruce MomjianC comment: fix function header comment
2016-09-22 Tom LaneRemove nearly-unused SizeOfIptrData macro.
2016-09-22 Tom LaneBe sure to rewind the tuplestore read pointer in non...
2016-09-22 Peter EisentrautAdd tests for various connection string issues
2016-09-21 Peter Eisentrautpg_ctl: Add wait option to promote action
2016-09-21 Peter EisentrautDelay updating control file to "in production"
2016-09-21 Peter Eisentrautpg_ctl: Detect current standby state from pg_control
next