]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-06-08 Andres FreundAllow HotStandbyActiveInReplay() to be called in single...
2015-06-08 Andrew DunstanClarify documentation of jsonb - text
2015-06-08 Andrew DunstanDesupport jsonb subscript deletion on objects
2015-06-08 Peter Eisentrautdoc: Fix broken links in FOP build
2015-06-07 Tom LaneUse a safer method for determining whether relcache...
2015-06-05 Tom LaneGet rid of a //-style comment.
2015-06-05 Tom LaneFix incorrect order of database-locking operations...
2015-06-05 Robert HaasCope with possible failure of the oldest MultiXact...
2015-06-04 Robert Haasdoc: Session identifiers truncate, not round, the backe...
2015-06-04 Robert Haasdocs: Fix list of object types pg_table_is_visible...
2015-06-04 Tom LaneSecond try at stabilizing query plans in rowsecurity...
2015-06-04 Tom LaneFix brin regression test so it actually tests cidr.
2015-06-04 Tom LaneTighten the per-operator testing done in brin regressio...
2015-06-04 Tom LaneFix brin "char" test to actually test what it meant...
2015-06-04 Tom LaneStabilize results of brin regression test.
2015-06-04 Tom LaneStabilize query plans in rowsecurity regression test.
2015-06-04 Fujii MasaoRemove -i/--ignore-version option from pg_dump, pg_dump...
2015-06-04 Fujii MasaoFix some issues in pg_class.relminmxid and pg_database...
2015-06-04 Peter Eisentrautdoc: Fix PDF build with FOP
2015-06-03 Tom LaneFix some questionable edge-case behaviors in add_path...
2015-06-03 Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-06-03 Fujii MasaoMinor improvement to txid_current() documentation.
2015-06-01 Tom LaneRelease notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.
2015-06-01 Bruce Momjianpgindent: add typedef blog URL
2015-06-01 Andrew DunstanAvoid naming a variable "new", and remove bogus initial...
2015-06-01 Andrew DunstanAdd a couple of missing JsonbValue type initialisers.
2015-06-01 Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-31 Peter EisentrautMake Python tests more portable
2015-05-29 Bruce Momjianpg_upgrade: add missing period in C comment
2015-05-29 Tom Laneinitdb -S should now have an explicit check that $PGDAT...
2015-05-29 Tom LaneRemove special cases for ETXTBSY from new fsync'ing...
2015-05-29 Tom LaneCheck that all aliases of a built-in function have...
2015-05-29 Tom LaneAdjust initdb to also not consider fsync'ing failures...
2015-05-29 Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-28 Tom LaneFix fsync-at-startup code to not treat errors as fatal.
2015-05-28 Stephen FrostRemove *pgaudit* references also.
2015-05-28 Stephen FrostFinish removing pg_audit
2015-05-28 Tom LaneFix pg_rewind's handling of top-level symlinks.
2015-05-28 Stephen FrostRemove pg_audit
2015-05-28 Tom LaneFix assorted inconsistencies in our calls of readlink().
2015-05-28 Tom LaneFix pg_get_functiondef() to print a function's LEAKPROO...
2015-05-27 Tom LaneFix portability issue in isolationtester grammar.
2015-05-27 Andrew DunstanRevert "Add all structured objects passed to pushJsonbV...
2015-05-27 Andrew DunstanRevert "Simplify addJsonbToParseState()"
2015-05-27 Tom LaneRemove configure check prohibiting threaded libpython...
2015-05-26 Tom LaneSuppress occasional failures in brin regression test.
2015-05-26 Andrew DunstanSimplify addJsonbToParseState()
2015-05-26 Andrew DunstanAdd all structured objects passed to pushJsonbValue...
2015-05-26 Tom LaneFix valgrind's "unaddressable bytes" whining about...
2015-05-25 Bruce Momjianpgindent: document location of "all" typedef lists
2015-05-25 Tom LaneExplain CHECK constraint handling in postgres_fdw's...
2015-05-25 Alvaro HerreraUpdate README.tuplock
2015-05-25 Andrew DunstanClean up and simplify jsonb_concat code.
2015-05-25 Bruce Momjianpgindent: fix typo
2015-05-25 Heikki LinnakangasFix rescan of IndexScan node with the new lossy GiST...
2015-05-25 Bruce Momjianpgindent: more doc updates for skipping __asm__ files
2015-05-25 Bruce MomjianRevert 9.5 pgindent changes to atomics directory files
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Tom LaneRename pg_shdepend.c's typedef "objectType" to SharedDe...
2015-05-24 Tom LaneAdd a bit more commentary about regex's colormap tree...
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-24 Bruce MomjianUpdate typedef file in preparation for pgindent run
2015-05-24 Bruce MomjianImprove pgindent instructions regarding Perl backup...
2015-05-23 Tom LaneAdd error check for lossy distance functions in index...
2015-05-23 Tom LaneFix incorrect snprintf() limit.
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-23 Andres FreundFix yet another bug in ON CONFLICT rule deparsing.
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-22 Tom LaneFix recently-introduced crash in array_contain_compare().
2015-05-22 Andrew DunstanUnpack jbvBinary objects passed to pushJsonbValue
2015-05-22 Fujii MasaoMinor enhancement of readability of ALTER TABLE syntax...
2015-05-22 Heikki LinnakangasAt promotion, don't leave behind a partial segment...
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-21 Tom LaneImprove packing/alignment annotation for ItemPointerData.
2015-05-21 Robert HaasCorrect two mistakes in the ALTER FOREIGN TABLE referen...
2015-05-21 Fujii MasaoCorrect the names of pgstattuple_approx output columns...
2015-05-21 Fujii MasaoMake recovery_target_action = pause work.
2015-05-20 Tom LaneAnother typo fix.
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Simon RiggsFix spelling in comment
2015-05-19 Tom LaneLast-minute updates for release notes.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-19 Heikki LinnakangasFix off-by-one error in Assertion.
2015-05-19 Tom LaneAvoid collation dependence in indexes of system catalogs.
2015-05-19 Tom LaneRevert "Change pg_seclabel.provider and pg_shseclabel...
2015-05-19 Peter EisentrautMessage string improvements
2015-05-19 Peter EisentrautFix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
2015-05-19 Tom LaneChange pg_seclabel.provider and pg_shseclabel.provider...
2015-05-18 Andres FreundAttach ON CONFLICT SET ... WHERE to the correct planstate.
2015-05-18 Tom LanePut back a backwards-compatible version of sampling...
2015-05-18 Tom LaneRecognize "REGRESS_OPTS += ..." syntax in MSVC build...
2015-05-18 Robert HaasFix error message in pre_sync_fname.
2015-05-18 Tom LaneLast-minute updates for release notes.
2015-05-18 Noah Mischpgcrypto: Report errant decryption as "Wrong key or...
2015-05-18 Noah MischCheck return values of sensitive system library calls.
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
next