]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-12-30  Alvaro HerreraAdd pg_identify_object_as_address
2014-12-30  Alvaro HerreraFix object_address expected output
2014-12-30  Alvaro HerreraUse TypeName to represent type names in certain commands
2014-12-30  Heikki LinnakangasRevert the GinMaxItemSize calculation so that we fit...
2014-12-30  Tatsuo IshiiFix resource leak pointed out by Coverity.
2014-12-29  Tom LaneAssorted minor fixes for psql metacommand docs.
2014-12-28  Tom LaneRemove duplicate assignment in new pg_get_object_addres...
2014-12-26  Alvaro HerreraRestrict name list len for domain constraints
2014-12-26  Alvaro HerreraRemove event trigger from object_address test
2014-12-26  Alvaro HerreraGrab heavyweight tuple lock only before sleeping
2014-12-25  Noah MischHave config_sspi_auth() permit IPv6 localhost connections.
2014-12-25  Andres FreundBlindly fix a dtrace probe in lwlock.c for a removed...
2014-12-25  Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25  Andres FreundLockless StrategyGetBuffer clock sweep hot path.
2014-12-25  Andres FreundImprove LWLock scalability.
2014-12-25  Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-25  Andres FreundAdd capability to suppress CONTEXT: messages to elog...
2014-12-25  Fujii MasaoRemove duplicate include of slot.h.
2014-12-25  Fujii MasaoMove pg_lzcompress.c to src/common.
2014-12-24  Tom LaneAdd CST (China Standard Time) to our lists of timezone...
2014-12-24  Andrew DunstanFix installcheck case for tap tests
2014-12-24  Bruce Momjianpgbench: remove odd trailing period in init progress...
2014-12-24  Fujii MasaoRemove unused fields from ReindexStmt.
2014-12-24  Andres FreundSuppress MSVC warning in typeStringToTypeName function.
2014-12-23  Tom LaneRemove failing collation case from object_address regre...
2014-12-23  Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23  Alvaro HerreraAdd SQL-callable pg_get_object_address
2014-12-23  Alvaro HerreraUse a bitmask to represent role attributes
2014-12-23  Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-23  Peter EisentrautChange local_preload_libraries to PGC_USERSET
2014-12-22  Andrew DunstanFurther tidy up on json aggregate documentation
2014-12-22  Andrew DunstanFix documentation of argument type of json_agg and...
2014-12-22  Heikki LinnakangasMove rbtree.c from src/backend/utils/misc to src/backen...
2014-12-22  Heikki LinnakangasTurn much of the btree_gin macros into real functions.
2014-12-22  Heikki LinnakangasUse a pairing heap for the priority queue in kNN-GiST...
2014-12-21  Tom LaneDocs: clarify treatment of variadic functions with...
2014-12-21  Heikki LinnakangasFix file descriptor leak at end of recovery.
2014-12-20  Bruce Momjiandoc: Adjust wording of ALTER TABLESPACE restriction
2014-12-19  Alvaro Herrerapg_event_trigger_dropped_objects: add behavior flags
2014-12-19  Heikki LinnakangasFix timestamp in end-of-recovery WAL records.
2014-12-19  Andres FreundPrevent potentially hazardous compiler/cpu reordering...
2014-12-19  Andres FreundDefine Assert() et al to ((void)0) to avoid pedantic...
2014-12-18  Tom LaneImprove documentation about CASE and constant subexpres...
2014-12-18  Alvaro HerreraUse %u to print out BlockNumber variables
2014-12-18  Alvaro HerreraHave VACUUM log number of skipped pages due to pins
2014-12-18  Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-18  Heikki LinnakangasChange how first WAL segment on new timeline after...
2014-12-18  Fujii MasaoAdd memory barriers for PgBackendStatus.st_changecount...
2014-12-18  Fujii MasaoEnsure variables live across calls in generate_series...
2014-12-18  Fujii MasaoUpdate .gitignore for config.cache.
2014-12-18  Andres FreundAdjust valgrind suppression to the changes in 2c03216d8311.
2014-12-18  Noah MischRecognize Makefile line continuations in fetchRegressOp...
2014-12-18  Fujii MasaoRemove odd blank line in comment.
2014-12-18  Andres FreundFix (re-)starting from a basebackup taken off a standby...
2014-12-18  Noah MischFix previous commit for TAP test suites in VPATH builds.
2014-12-18  Noah MischLock down regression testing temporary clusters on...
2014-12-17  Tom LaneAllow CHECK constraints to be placed on foreign tables.
2014-12-17  Heikki LinnakangasClarify the regexp used to detect source files in MSVC...
2014-12-17  Tom LaneFix another poorly worded error message.
2014-12-17  Tom LaneFix poorly worded error message.
2014-12-17  Magnus HaganderUpdate .gitignore for pg_upgrade
2014-12-17  Magnus HaganderAdd missing documentation for some vcregress modes
2014-12-17  Magnus HaganderRemove redundant sentence
2014-12-16  Tom LaneFix off-by-one loop count in MapArrayTypeName, and...
2014-12-16  Tom LaneSuppress bogus statistics when pgbench failed to comple...
2014-12-16  Tom LaneFix file descriptor leak after failure of a \setshell...
2014-12-16  Andrew DunstanFix some jsonb issues found by Coverity in recent commits.
2014-12-16  Heikki LinnakangasMisc comment typo fixes.
2014-12-16  Heikki LinnakangasFix incorrect comment about XLogRecordBlockHeader.data_...
2014-12-16  Noah MischFix commit_ts test suite for systems with coarse timest...
2014-12-15  Peter EisentrautTranslation updates
2014-12-15  Alvaro Herreraadd missing newline
2014-12-15  Tom LaneFix point <-> polygon code for zero-distance case.
2014-12-15  Heikki LinnakangasAdd point <-> polygon distance operator.
2014-12-15  Peter EisentrautTranslation updates
2014-12-15  Peter Eisentrautdoc: Add link to how to specify time zone names to...
2014-12-14  Tom LaneImprove documentation around parameter-setting and...
2014-12-14  Tom LaneUpdate 9.4 release notes.
2014-12-13  Peter Eisentrautdoc: Fix markup
2014-12-13  Andrew DunstanAdd CINE option for CREATE TABLE AS and CREATE MATERIAL...
2014-12-13  Tom LaneImprove recovery target settings documentation.
2014-12-13  Tom LaneRepair corner-case bug in array version of percentile_c...
2014-12-13  Heikki LinnakangasRemove duplicate #define
2014-12-12  Tom LaneAvoid instability in output of new REINDEX SCHEMA test.
2014-12-12  Andrew DunstanAdd several generator functions for jsonb that exist...
2014-12-12  Tom LaneRevert misguided change to postgres_fdw FOR UPDATE...
2014-12-12  Andrew DunstanAdd json_strip_nulls and jsonb_strip_nulls functions.
2014-12-12  Heikki LinnakangasPut the logic to decide which synchronous standby is...
2014-12-12  Peter Eisentrautdoc: Move website-stylesheet setting to a more appropri...
2014-12-12  Peter EisentrautSSL tests: Remove trailing blank lines
2014-12-12  Peter EisentrautSSL tests: Silence pg_ctl output
2014-12-12  Tom LaneFix planning of SELECT FOR UPDATE on child table with...
2014-12-12  Tom LaneFix corner case where SELECT FOR UPDATE could return...
2014-12-11  Simon RiggsFurther changes to REINDEX SCHEMA
2014-12-11  Tom LaneMake rowsecurity test clean up after itself, too.
2014-12-11  Tom LaneFix completely broken REINDEX SCHEMA testcase.
2014-12-11  Tom LaneFix assorted confusion between Oid and int32.
2014-12-11  Heikki LinnakangasUse correct macro for reltablespace.
2014-12-11  Peter EisentrautFix typo
2014-12-11  Tom LaneFix minor thinko in convertToJsonb().
next