]> granicus.if.org Git - postgresql/history - src
pgbench: Attempt fix build on Windows
[postgresql] / src /
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 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-06 Alvaro Herrerapg_event_trigger_dropped_objects: add is_temp column
2015-04-06 Alvaro HerreraFix object identities for pg_conversion objects
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-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...
2015-04-02 Alvaro Herreraautovacuum: Fix polarity of "wraparound" variable
2015-04-02 Robert HaasAdd missing calls to DatumGetUInt32.
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasFix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-02 Simon RiggsCorrect comment to use RS_EPHEMERAL
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-01 Tom LaneProvide real selectivity estimators for inet/cidr opera...
2015-04-01 Heikki LinnakangasMove inet/cidr GiST opclass functions to correct place...
2015-03-31 Fujii MasaoMake pg_ctl use SIGINT as a default shutdown signal.
2015-03-31 Bruce Momjianinitdb: remove unnecessary VACUUM FULL
2015-03-31 Bruce Momjianpg_ctl: change default shutdown mode from 'smart'...
2015-03-31 Bruce Momjianpsql: add asciidoc output format
2015-03-31 Heikki LinnakangasRemove spurious semicolons.
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-03-30 Tom LaneFix bogus concurrent use of _hash_getnewbuf() in bucket...
2015-03-30 Alvaro HerreraChange array_offset to return subscripts, not offsets
2015-03-30 Alvaro HerreraFix lost persistence setting during REINDEX INDEX
2015-03-30 Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-30 Tom LaneFix rare core dump in BackendIdGetTransactionIds().
2015-03-30 Heikki LinnakangasAdd index-only scan support to range type GiST opclass.
2015-03-30 Tom LaneClean up all the cruft after a pg_rewind test run.
2015-03-30 Tom LaneFix multiple bugs and infelicities in pg_rewind.
2015-03-29 Tom LaneAdd vacuum_delay_point call in compute_index_stats...
2015-03-29 Tom LaneMake ginbuild's funcCtx be independent of its tmpCtx.
2015-03-29 Tom LaneRemove a couple other vestigial yylex() declarations.
2015-03-28 Andrew DunstanAdd a pager_min_lines setting to psql
2015-03-28 Heikki LinnakangasAdd index-only scan support to inet GiST opclass.
2015-03-27 Peter EisentrautFix whitespace
2015-03-26 Heikki LinnakangasFix GiST index-only scans for opclasses with different...
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-26 Heikki LinnakangasMinor cleanup of GiST code, for readability.
2015-03-26 Tom LaneSuppress some unused-variable complaints in new LOCK_DE...
2015-03-26 Tatsuo IshiiMake SyncRepWakeQueue to a static function
2015-03-25 Tom LaneAdd an ASSERT statement in plpgsql.
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-25 Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-03-25 Tom LaneUpgrade src/port/rint.c to be POSIX-compliant.
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-03-25 Alvaro HerreraAdd OID output argument to DefineTSConfiguration
2015-03-25 Alvaro HerreraFix bug for array-formatted identities of user mappings
2015-03-25 Alvaro HerreraFix gram.y comment to match reality
2015-03-25 Bruce Momjianpsql: show proper row count in \x mode for zero-column...
2015-03-24 Bruce MomjianAdd support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
2015-03-24 Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-03-23 Tom LaneApply table and domain CHECK constraints in name order.
next