]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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().
2014-12-09  Heikki LinnakangasAdd a regression test suite for SSL support.
2014-12-09  Alvaro Herrerapg_xlogdump/.gitignore: add committsdesc.c
2014-12-09  Simon RiggsSilence REINDEX
2014-12-08  Simon RiggsExecute 18 tests for src/bin/scripts/t/090..
2014-12-08  Simon RiggsREINDEX SCHEMA
2014-12-08  Simon RiggsWindows: use GetSystemTimePreciseAsFileTime if available
2014-12-08  Simon RiggsUse GetSystemTimeAsFileTime directly in win32
2014-12-08  Peter Eisentrautdoc: Fix DocBook table column count declaration
2014-12-08  Simon RiggsCorrect recovery_target_action docs
2014-12-07  Simon RiggsRemove duplicate code in heap_prune_chain()
2014-12-07  Simon RiggsEvent Trigger for table_rewrite
2014-12-07  Simon RiggsTweaks for recovery_target_action
2014-12-05  Heikki LinnakangasGive a proper error message if initdb password file...
2014-12-05  Heikki LinnakangasDon't include file type bits in tar archive's mode...
2014-12-05  Heikki LinnakangasRemove erroneous EXTRA_CLEAN line from Makefile.
2014-12-05  Heikki LinnakangasPrint new track_commit_timestamp in rm_desc of a parame...
2014-12-05  Heikki LinnakangasPrint wal_log_hints in the rm_desc routing of a paramet...
2014-12-05  Heikki LinnakangasFix pg_xlogdump's calculation of full-page image data.
2014-12-05  Robert HaasDon't dump core if pq_comm_reset() is called before...
2014-12-04  Andres FreundDocument that pg_stat_*_tables.n_tup_upd includes n_tup...
2014-12-04  Peter EisentrautFix PGXS vpath build when PostgreSQL is built with...
2014-12-04  Peter EisentrautRevert haphazard pgxs makefile changes
2014-12-04  Peter EisentrautRemove USE_VPATH make variable from PGXS
2014-12-04  Peter EisentrautFix SHLIB_PREREQS use in contrib, allowing PGXS builds
2014-12-04  Peter EisentrautMove PG_AUTOCONF_FILENAME definition
2014-12-03  Alvaro Herreradoc: Fix markup
2014-12-03  Alvaro HerreraKeep track of transaction commit timestamps
2014-12-03  Alvaro HerreraFix typos
2014-12-03  Peter EisentrautFix whitespace
2014-12-03  Alvaro HerreraInstall kludges to fix check-world for src/test/modules
2014-12-02  Tom LaneImprove error messages for malformed array input strings.
2014-12-02  Andres FreundDon't skip SQL backends in logical decoding for visibil...
2014-12-02  Tom LaneFix JSON aggregates to work properly when final functio...
2014-12-02  Tom LaneMinor cleanup of function declarations for BRIN.
2014-12-02  Alvaro Herrerapageinspect/BRIN: minor tweaks
2014-12-02  Alvaro Herreradummy_seclabel: add sql/, expected/, and .gitignores
2014-12-01  Tom LaneGuard against bad "dscale" values in numeric_recv().
2014-12-01  Alvaro HerreraMove security_label test
2014-12-01  Andrew DunstanFix hstore_to_json_loose's detection of valid JSON...
2014-12-01  Heikki LinnakangasPut SSL_pending() call behind the new internal SSL...
2014-12-01  Magnus HaganderFix missing space in documentation
2014-12-01  Tom LaneAdd a #define for the inet overlaps operator.
2014-11-30  Tom LaneFix minor bugs in commit 30bf4689a96cd283af33edcdd6b721...
2014-11-30  Alvaro HerreraMove test modules from contrib to src/test/modules
2014-11-29  Noah MischRemove PQhostaddr() from 9.4 release notes.
2014-11-29  Noah MischReimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14...
2014-11-29  Noah MischRevert "Add libpq function PQhostaddr()."
2014-11-28  Alvaro HerreraFix BRIN operator family definitions
2014-11-28  Alvaro HerreraUpdate transaction README for persistent multixacts
2014-11-28  Tom LaneAdd bms_get_singleton_member(), and use it where approp...
2014-11-28  Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-28  Tom LaneImprove performance of OverrideSearchPathMatchesCurrent().
2014-11-28  Tom LaneImprove typcache: cache negative lookup results, add...
2014-11-28  Fujii MasaoAdd tab-completion for ALTER TABLE ALTER CONSTRAINT...
2014-11-28  Heikki LinnakangasFix assertion failure at end of PITR.
2014-11-27  Fujii MasaoMake \watch respect the user's \pset null setting.
2014-11-27  Fujii MasaoMark response messages for translation in pg_isready.
2014-11-27  Tom LaneFree libxml2/libxslt resources in a safer order.
2014-11-27  Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-26  Heikki LinnakangasRemove dead function prototype
2014-11-26  Peter Eisentrautdoc: Fix markup
2014-11-26  Robert HaasAttempt to suppress uninitialized variable warning.
2014-11-25  Simon RiggsRemove extraneous SGML tag
2014-11-25  Tom LaneFix uninitialized-variable warning.
2014-11-25  Simon Riggsaction_at_recovery_target recovery config option
2014-11-25  Tom LaneDe-reserve most statement-introducing keywords in plpgsql.
2014-11-25  Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-25  Stephen FrostAdd int64 -> int8 mapping to genbki
2014-11-25  Heikki LinnakangasAllow using connection URI in primary_conninfo.
2014-11-25  Heikki LinnakangasAllow "dbname" from connection string to be overridden...
2014-11-25  Stephen FrostSuppress DROP CASCADE notices in regression tests
2014-11-25  Heikki LinnakangasCheck return value of strdup() in libpq connection...
2014-11-25  Heikki LinnakangasMake Port->ssl_in_use available, even when built with...
2014-11-24  Robert HaasAdd infrastructure to save and restore GUC values.
2014-11-24  Heikki LinnakangasAdd a few paragraphs to B-tree README explaining L...
2014-11-24  Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-23  Tom LaneGet rid of redundant production in plpgsql grammar.
2014-11-23  Andrew DunstanFix memory leaks introduced by commit eca2b9b
2014-11-23  Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-11-23  Tom LaneAllow simplification of EXISTS() subqueries containing...
2014-11-22  Tom LaneFix mishandling of system columns in FDW queries.
2014-11-22  Andrew DunstanRework echo_hidden for \sf and \ef from commit e4d2817.
2014-11-21  Tom LaneRearrange CustomScan API.
2014-11-21  Tom LaneSimplify API for initially hooking custom-path provider...
2014-11-21  Andrew DunstanFix an error in psql that overcounted output lines.
next