]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2015-04-08  Fujii MasaoFix typo in comment.
2015-04-08  Fujii MasaoAdd file_ops.c to GETTEXT_FILES in nls.mk.
2015-04-08  Robert HaasMake trace_sort control abbreviation debug output for...
2015-04-08  Fujii MasaoMark the second argument of pg_log as the translatable...
2015-04-07  Tom LaneFix assorted inconsistent function declarations.
2015-04-07  Heikki LinnakangasFix reporting of missing or invalid command line argume...
2015-04-07  Alvaro HerreraRemove variable shadowing
2015-04-07  Heikki LinnakangasFix process startup in pg_rewind.
2015-04-07  Simon RiggsFix spelling of author's name
2015-04-06  Alvaro Herrerapg_event_trigger_dropped_objects: add is_temp column
2015-04-06  Alvaro HerreraFix object identities for pg_conversion objects
2015-04-06  Fujii MasaoFix typo in libpq.sgml.
2015-04-05  Tom LaneSuppress clang's unhelpful gripes about -pthread switch...
2015-04-05  Simon RiggsRemove extraneous >
2015-04-05  Simon RiggsAdd new test files for lock level patch
2015-04-05  Andrew DunstanEnable float8-byval as the default for 64 bit MSVC...
2015-04-05  Simon RiggsReduce lock levels of some trigger DDL and add FKs
2015-04-04  Tom LaneFix incorrect matching of subexpressions in outer-join...
2015-04-04  Tom LaneFix TAP tests to use only standard command-line argumen...
2015-04-04  Robert HaasFix numeric abbreviation for --disable-float8-byval.
2015-04-03  Tom LaneRemove unnecessary variables in _hash_splitbucket().
2015-04-03  Alvaro HerreraTransform ALTER TABLE/SET TYPE/USING expr during parse...
2015-04-03  Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-04-03  Alvaro HerreraHave autovacuum workers listen to SIGHUP, too
next