users/heikki/postgres.git
2015-04-20 Heikki LinnakangasMinor rewording of the docs. seqam
2015-04-20 Heikki LinnakangasImport Petr's 0002-seqam-ddl-v4.patch
2015-04-20 Heikki LinnakangasAvoid WAL-logging nextval on temporary sequences.
2015-04-20 Heikki LinnakangasAdd comments
2015-04-20 Heikki Linnakangassequence.c should be in charge of ensuring that the...
2015-04-20 Heikki LinnakangasMove the update of cached "increment" value.
2015-04-20 Heikki Linnakangasformatting etc. fix
2015-04-20 Heikki LinnakangasRename FormLocalSequence to LocalAmdata.
2015-04-20 Heikki LinnakangasFormatting cleanup.
2015-04-20 Heikki LinnakangasUse the normal FunctionCallN() macros.
2015-04-20 Heikki LinnakangasLet's not use OID 32. It feels wrong to use such a...
2015-04-20 Heikki LinnakangasRemove dead fields from struct.
2015-04-20 Heikki LinnakangasDon't pretend that rd_amcache can be used for sequence...
2015-04-20 Heikki LinnakangasDon't create a separate memory context for the sequaenc...
2015-04-20 Heikki LinnakangasMinor simplification: inline helper function
2015-04-20 Heikki LinnakangasFix typos in comments etc minor cleanup
2015-04-20 Heikki LinnakangasFix pg_dump
2015-04-20 Heikki LinnakangasFix copy-pasto in doc
2015-04-20 Heikki LinnakangasRemove serial_seqam GUC.
2015-04-20 Heikki LinnakangasImport Petr's seqam v8
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
2015-04-03 Fujii MasaoFix error handling of XLogReaderAllocate in case of OOM
2015-04-03 Robert HaasChange the way we decide whether to give up on abbrevia...
2015-04-03 Fujii MasaoRework handling of OOM when allocating record buffer...
2015-04-03 Fujii MasaoAdd palloc_extended for frontend and backend.
2015-04-03 Tom LaneFix rare startup failure induced by MVCC-catalog-scans...
2015-04-03 Fujii MasaoAdd markup for replaceable parameters to pg_rewind...
2015-04-02 Robert HaasImprove pgbench error reporting.
2015-04-02 Robert HaasRepair stupid mistake in preprocessor directive.
2015-04-02 Robert HaasAfter a crash, don't restart workers with BGW_NEVER_RES...
2015-04-02 Robert HaasUse abbreviated keys for faster sorting of numeric...
next