]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-04-29  Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-29  Robert Haaspsql: Improve tab completion for ALTER FOREIGN TABLE.
2015-04-29  Bruce Momjianto_char(): have format 'OF' only show the leading...
2015-04-29  Bruce Momjiandoc: recommend use of GUC server_version_num for versi...
2015-04-29  Bruce Momjianpg_basebackup: canonicalize old and new tablespace...
2015-04-28  Bruce MomjianWarn about tablespace creation in PGDATA
2015-04-28  Tom LaneFix another test for RELKIND_RELATION that should allow...
2015-04-28  Tom LaneFix ATSimpleRecursion() to allow recursion from a forei...
2015-04-28  Alvaro HerreraCode review for multixact bugfix
2015-04-28  Andrew DunstanFix MSVC builds for contrib transforms modules.
2015-04-28  Alvaro HerreraProtect against multixact members wraparound
2015-04-27  Andres FreundUse a fd opened for read/write when syncing slots durin...
2015-04-27  Stephen FrostImprove qual pushdown for RLS and SB views
2015-04-27  Andrew DunstanFix vcbuild failures and chkpass dependency caused...
2015-04-26  Peter EisentrautFix hstore_plperl regression tests on some platforms
2015-04-26  Andres FreundAlso correct therefor to therefore.
2015-04-26  Andres FreundFix various typos and grammar errors in comments.
2015-04-26  Andres FreundFix possible division by zero in pg_xlogdump.
2015-04-26  Peter EisentrautAdd transforms feature
2015-04-26  Tom LaneFix typo in linux startup script.
2015-04-26  Tom LaneAdd comments warning against generalizing default_with_...
2015-04-26  Andrew DunstanTry to unbreak some MSVC builds following forward slash...
2015-04-26  Bruce MomjianRevert: Honor OID status of CREATE LIKE'd tables
2015-04-26  Peter EisentrautDon't overwrite EXTRA_INSTALL
2015-04-25  Tom LanePrevent improper reordering of antijoins vs. outer...
2015-04-25  Peter EisentrautReplace backslashes by forward slashes in MSVC build...
2015-04-25  Stephen FrostFix file comment for test_rls_hooks.c
2015-04-25  Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-04-24  Noah MischRemove obsolete -I options from ECPG library compilation.
2015-04-24  Noah MischRemove superfluous -DFRONTEND.
2015-04-24  Noah MischBuild every ECPG library with -DFRONTEND.
2015-04-24  Tom LaneFix up .gitignore and cleanup actions in some src/test...
2015-04-24  Tom LaneFix obsolete comment in set_rel_size().
2015-04-24  Heikki LinnakangasAdd comments explaining how unique and exclusion constr...
2015-04-24  Peter Eisentrautdoc: Move ALTER TABLE IF EXISTS description to better...
2015-04-24  Peter EisentrautFix misspellings
2015-04-24  Stephen FrostCopy the relation name for error reporting in WCOs
2015-04-24  Heikki LinnakangasMove functions related to index maintenance to separate...
2015-04-23  Heikki LinnakangasFix deadlock at startup, if max_prepared_transactions...
2015-04-23  Peter EisentrautFix shell error on Solaris
2015-04-23  Peter EisentrautImprove speed of make check-world
2015-04-22  Alvaro HerreraUse the right type OID after creating a shell type
2015-04-22  Stephen FrostFix installcheck for test_rls_hooks
2015-04-22  Stephen FrostRLS fixes, new hooks, and new test module
2015-04-22  Stephen FrostPull in tableoid for inheiritance with rowMarks
2015-04-22  Heikki LinnakangasMake the pg_rewind regression tests more robust on...
2015-04-22  Andres FreundRename pg_replication_slot's new active_in to active_pid.
2015-04-22  Heikki LinnakangasDon't leave 'tmp_check' directory behind in pg_rewind...
2015-04-21  Peter EisentrautMove pg_xlogdump from contrib/ to src/bin/
2015-04-21  Robert HaasUpdate FDW docs to reflect existence of CHECK constraints.
2015-04-21  Heikki LinnakangasAdd missing installcheck target to pg_rewind's Makefile
2015-04-21  Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-04-21  Peter EisentrautMove pg_test_timing from contrib/ to src/bin/
2015-04-20  Bruce MomjianHonor OID status of CREATE LIKE'd tables
2015-04-20  Peter EisentrautMove pg_test_fsync from contrib/ to src/bin/
2015-04-18  Bruce Momjianpg_upgrade: binary_upgrade_create_empty_extension...
2015-04-17  Stephen FrostFix typo in relcache's equalPolicy()
2015-04-17  Alvaro HerreraAdd new target modulescheck in vcregress.pl
2015-04-16  Bruce Momjianpg_upgrade: document need for text search files to...
2015-04-16  Alvaro HerreraMSVC: install src/test/modules together with contrib
2015-04-16  Heikki LinnakangasFix assertion failure in logical decoding.
2015-04-16  Alvaro HerreraMSVC: Include modules of src/test/modules in build
2015-04-16  Heikki LinnakangasAdd missing newlines to error messages.
2015-04-15  Heikki LinnakangasError out in pg_rewind if lstat() fails.
2015-04-15  Heikki LinnakangasMinor cleanup of pg_rewind.
2015-04-15  Heikki LinnakangasShut down test servers after pg_rewind regression tests.
2015-04-15  Heikki LinnakangasFix logic to skip checkpoint if no records have been...
2015-04-14  Peter EisentrautMove pg_upgrade from contrib/ to src/bin/
2015-04-14  Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-04-14  Heikki LinnakangasOptimize pg_comp_crc32c_sse42 routine slightly, and...
2015-04-14  Heikki LinnakangasOops, fix misspelled #endif
2015-04-14  Heikki LinnakangasTry to fix the CRC-32C autoconf magic for icc compiler.
2015-04-14  Alvaro HerreraFix typo in comment
2015-04-14  Heikki LinnakangasUse Intel SSE 4.2 CRC instructions where available.
2015-04-14  Heikki LinnakangasReorganize our CRC source files again.
2015-04-13  Peter Eisentrautpgbench: Attempt fix build on Windows
2015-04-13  Alvaro HerreraRemove duplicated word in README
2015-04-13  Peter EisentrautMove pgbench from contrib/ to src/bin/
2015-04-13  Heikki LinnakangasFix pg_rewind regression tests in VPATH builds
2015-04-13  Heikki LinnakangasRefactor and fix TAP tests of pg_rewind
2015-04-13  Heikki LinnakangasDon't archive bogus recycled or preallocated files...
2015-04-13  Fujii MasaoSilence gettext warning about '\r' escape sequence...
2015-04-13  Peter Eisentrautemacs: Set indent-tabs-mode in perl-mode
2015-04-12  Heikki LinnakangasFree leaked result set in pg_rewind
2015-04-12  Magnus HaganderAdd system view pg_stat_ssl
2015-04-12  Heikki LinnakangasRemove duplicated words in comments.
2015-04-12  Peter EisentrautMove pg_archivecleanup from contrib/ to src/bin/
2015-04-10  Alvaro HerreraOptimize locking a tuple already locked by another...
2015-04-10  Peter Eisentrautlibpq: Don't overwrite existing OpenSSL thread callbacks
2015-04-09  Magnus HaganderShow owner of types in psql \dT+
2015-04-09  Heikki LinnakangasMake SSL regression test suite more portable by avoidin...
2015-04-09  Heikki LinnakangasGitignore temp files generated by SSL regression suite
2015-04-09  Magnus HaganderFix typo
2015-04-09  Magnus HaganderFix incorrect punctuation
2015-04-09  Andres FreundFix typo in eb68379c3.
2015-04-09  Fujii MasaoRemove obsolete FORCE option from REINDEX.
2015-04-08  Alvaro HerreraChange SQLSTATE for event triggers "wrong context"...
2015-04-08  Alvaro HerreraFix autovacuum launcher shutdown sequence
2015-04-08  Bruce Momjianlibpq: add newlines to SSPI error messages
2015-04-08  Bruce Momjianlibpq: issue clear error message for nested service...
next