]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-07-23 Tom LaneFix pg_dump's handling of event triggers.
2017-07-22 Robert Haaspg_rewind: Fix some problems when copying files >2GB.
2017-07-22 Alvaro HerreraFix typo in comment
2017-07-21 Tom LaneStabilize postgres_fdw regression tests.
2017-07-21 Robert Haaspg_rewind: Fix busted sanity check.
2017-07-21 Tom LaneRe-establish postgres_fdw connections after server...
2017-07-21 Teodor SigaevFix double shared memory allocation.
2017-07-20 Tom LaneDoc: clarify description of degenerate NATURAL joins.
2017-07-20 Tom LaneFix dumping of outer joins with empty qual lists.
2017-07-19 Tom LaneDoc: add missing note about permissions needed to chang...
2017-07-17 Tom LaneDoc: explain dollar quoting in the intro part of the...
2017-07-17 Tom LaneMerge large_object.sql test into largeobject.source.
2017-07-16 Andrew Dunstanfix typo
2017-07-16 Andrew DunstanFix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
2017-07-14 Tom LaneFix broken link-command-line ordering for libpgfeutils.
2017-07-14 Heikki LinnakangasFix pg_basebackup output to stdout on Windows.
2017-07-13 Tom LaneFix dumping of FUNCTION RTEs that contain non-function...
2017-07-13 Heikki LinnakangasFix race between GetNewTransactionId and GetOldestActiv...
2017-07-12 Tom LaneFix ruleutils.c for domain-over-array cases, too.
2017-07-12 Heikki LinnakangasReduce memory usage of tsvector type analyze function.
2017-07-12 Alvaro Herreracommit_ts test: Set node name in test
2017-07-12 Tom LaneAvoid integer overflow while sifting-up a heap in tuple...
2017-07-12 Heikki LinnakangasFix variable and type name in comment.
2017-07-12 Heikki LinnakangasFix ordering of operations in SyncRepWakeQueue to avoid...
2017-07-12 Heikki LinnakangasRemove unnecessary braces, to match the surrounding...
2017-07-11 Tom LaneFix multiple assignments to a column of a domain type.
2017-07-10 Tom LaneOn Windows, retry process creation if we fail to reserv...
2017-07-10 Tom LaneDoc: clarify wording about tool requirements in sourcer...
2017-07-09 Tom LaneDoc: fix backwards description of visibility map's...
2017-07-07 Alvaro HerreraFix typo
2017-07-06 Teodor SigaevFix potential data corruption during freeze
2017-07-03 Heikki LinnakangasTreat clean shutdown of an SSL connection same as the...
2017-06-30 Tom LaneFix walsender to exit promptly if client requests shutdown.
2017-06-28 Tom LaneSecond try at fixing tcp_keepalives_idle option on...
2017-06-28 Stephen FrostDo not require 'public' to exist for pg_dump -c
2017-06-27 Tom LaneSupport tcp_keepalives_idle option on Solaris.
2017-06-27 Tom LaneRe-allow SRFs and window functions within sub-selects...
2017-06-26 Tom LaneReduce wal_retrieve_retry_interval in applicable TAP...
2017-06-26 Tom LaneDon't lose walreceiver start requests due to race condi...
2017-06-26 Tom LaneIgnore old stats file timestamps when starting the...
2017-06-26 Tom LaneMinor code review for parse_phrase_operator().
2017-06-22 Alvaro HerreraFix typo in comment
2017-06-21 Andres FreundFix possibility of creating a "phantom" segment after...
2017-06-21 Heikki LinnakangasFix typo in comment.
2017-06-20 Bruce Momjianpg_upgrade: start/stop new server after pg_resetwal
2017-06-19 Tom LaneFix materialized-view documentation oversights.
2017-06-19 Tom LaneAvoid regressions in foreign-key-based selectivity...
2017-06-19 Tom LaneOn Windows, make pg_dump use binary mode for compressed...
2017-06-19 Andres FreundFix leaking of small spilled subtransactions during...
2017-06-16 Heikki LinnakangasFix dependency, when changing a function's argument...
2017-06-15 Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-15 Bruce Momjiandoc: remove mention of Windows junction points by...
2017-06-15 Bruce Momjiandocs: Fix pg_upgrade standby server upgrade docs
2017-06-15 Tatsuo IshiiFix document bug regarding read only transactions.
2017-06-13 Tom LaneAssert that we don't invent relfilenodes or type OIDs...
2017-06-10 Andrew DunstanTake PROVE_FLAGS from the command line but not the...
2017-06-07 Robert Haaspostgres_fdw: Allow cancellation of transaction control...
2017-06-07 Michael MeskesFix docs to not claim ECPG's SET CONNECTION is not...
2017-06-07 Heikki LinnakangasClear auth context correctly when re-connecting after...
2017-06-06 Andres FreundUnify SIGHUP handling between normal and walsender...
2017-06-06 Andres FreundPrevent possibility of panics during shutdown checkpoint.
2017-06-06 Andres FreundHave walsenders participate in procsignal infrastructure.
2017-06-06 Andrew DunstanFix thinko in previous openssl change
2017-06-05 Andres FreundFix record length computation in pg_waldump/xlogdump.
2017-06-05 Andrew DunstanFind openssl lib files in right directory for MSVC
2017-06-04 Alvaro HerreraAssorted translatable string fixes
2017-06-03 Andres FreundAllow parallelism in COPY (query) TO ...;
2017-06-01 Tom LaneAlways use -fPIC, not -fpic, when building shared libra...
2017-05-30 Alvaro HerreraFix wording in amvalidate error messages
2017-05-30 Tom LaneTry to ensure that stats collector's receive buffer...
2017-05-29 Tom LanePrevent running pg_resetwal/pg_resetxlog against wrong...
2017-05-29 Tom LaneAllow NumericOnly to be "+ FCONST".
2017-05-26 Tom LaneMove autogenerated array types out of the way during...
2017-05-26 Tom LaneFix pg_dump to not emit invalid SQL for an empty operat...
2017-05-26 Magnus HaganderRemove docs mention of PGREALM variable
2017-05-24 Tom LaneTighten checks for whitespace in functions that parse...
2017-05-23 Magnus HaganderUpdate URLs in pgindent source and README
2017-05-21 Tom LaneFix precision and rounding issues in money multiplicati...
2017-05-21 Tom LaneChange documentation references to PG website to use...
2017-05-18 Heikki LinnakangasFix typo in comment.
2017-05-17 Tom LaneMake psql handle EOF during COPY FROM STDIN properly...
2017-05-16 Peter EisentrautFix new warnings from GCC 7
2017-05-16 Tom LaneIn SSL tests, don't scribble on permissions of a repo...
2017-05-15 Tom LaneFix unsafe reference into relcache in constructed Comme...
2017-05-15 Tom LaneMake stats regression test more robust in the face...
2017-05-14 Andrew DunstanSuppress indentation from Data::Dumper in regression...
2017-05-13 Andres FreundAvoid superfluous work for commits during logical slot...
2017-05-13 Andres FreundFix race condition leading to hanging logical slot...
2017-05-12 Tom LaneAvoid searching for callback functions in CallSyscacheC...
2017-05-12 Bruce Momjiandoc: update markup for release note "release date...
2017-05-12 Tom LaneReduce initial size of RelfilenodeMapHash.
2017-05-12 Tom LaneAvoid searching for the target catcache in CatalogCache...
2017-05-12 Andrew DunstanHonor PROVE_FLAGS environment setting
2017-05-12 Andrew DunstanAdd libxml2 include path for MSVC builds
2017-05-11 Tom LaneDoc fix: scale(numeric) returns integer, not numeric.
2017-05-11 Tom LaneIncrease MAX_SYSCACHE_CALLBACKS to provide more room...
2017-05-10 Peter Eisentrautpsql: Add missing translation markers
2017-05-09 Alvaro HerreraIgnore PQcancel errors properly
2017-05-08 Tom LaneStamp 9.6.3. REL9_6_3
2017-05-08 Tom LaneFurther patch rangetypes_selfuncs.c's statistics slot...
next