]> granicus.if.org Git - postgresql/history - src
pgbench: Allow the transaction log file prefix to be changed.
[postgresql] / src /
2016-11-09 Robert Haaspgbench: Allow the transaction log file prefix to be...
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Robert Haaspsql: Tab completion for renaming enum values.
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
2016-11-08 Robert HaasFix typo.
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-08 Robert HaasFix mistake in XLOG_SEG_SIZE test.
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/python...
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/perl...
2016-11-08 Robert HaasImprove handling of dead tuples in hash indexes.
2016-11-08 Noah MischChange qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
2016-11-07 Tom LaneBand-aid fix for incorrect use of view options as StdRd...
2016-11-07 Tom LaneRevert "Provide DLLEXPORT markers for C functions via...
2016-11-07 Peter Eisentrautpg_upgrade: Add NLS
2016-11-07 Peter Eisentrautpg_rewing pg_upgrade: Fix translation markers
2016-11-07 Peter EisentrautSave redundant code for pseudotype I/O functions
2016-11-07 Tom LaneSync pltcl_build_tuple_result's error handling with...
2016-11-06 Tom LaneSupport PL/Tcl functions that return composite types...
2016-11-06 Tom LaneModernize result-tuple construction in pltcl_trigger_ha...
2016-11-06 Tom LaneRationalize and document pltcl's handling of magic...
2016-11-06 Tom LaneNeed to do SPI_push/SPI_pop around expression evaluatio...
2016-11-06 Tom LaneFix silly nil-pointer-dereference bug introduced in...
2016-11-06 Tom LaneMore zic cleanup.
2016-11-05 Tom LaneImprove minor error-handling details in pltcl.
2016-11-05 Tom LaneAdjust cost_merge_append() to reflect use of binaryheap...
2016-11-05 Tom LaneRemove duplicate macro definition.
2016-11-05 Tom Lanepgwin32_is_junction's argument should be "const char...
2016-11-04 Tom LaneProvide DLLEXPORT markers for C functions via PG_FUNCTI...
2016-11-04 Tom LaneBe more consistent about masking xl_info with ~XLR_INFO...
2016-11-04 Kevin GrittnerImprove tab completion for CREATE TRIGGER.
2016-11-04 Kevin GrittnerImplement syntax for transition tables in AFTER triggers.
2016-11-04 Peter Eisentrautpg_xlogdump: Add NLS
2016-11-04 Peter Eisentrautpg_test_timing: Add NLS
2016-11-04 Peter Eisentrautpg_test_fsync: Add NLS
2016-11-04 Peter Eisentrautpg_archivecleanup: Add NLS
2016-11-04 Robert HaasAdd API to check if an existing exclusive lock allows...
2016-11-04 Tom LaneSync our copy of the timezone library with IANA tzcode...
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-11-03 Robert Haaspsql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW...
2016-11-03 Robert Haaslibpq: Allow connection strings and URIs to specify...
2016-11-02 Tom LaneDon't make FK-based selectivity estimates in inheritanc...
2016-11-02 Tom LaneDon't convert Consts into Vars during setrefs.c processing.
2016-11-01 Peter EisentrautAdd make rules to download raw Unicode mapping files
2016-10-31 Robert HaasRemove declarations for pq_putmessage_hook and pq_flush...
2016-10-30 Tom LaneFix nasty performance problem in tsquery_rewrite().
2016-10-30 Tom LaneFix bogus tree-flattening logic in QTNTernary().
2016-10-30 Tom LaneImprove speed of aggregates that use array_append as...
2016-10-30 Magnus HaganderFix memory leak in tar file padding
2016-10-28 Robert HaasFix leftover reference to background writer performing...
2016-10-27 Peter EisentrautRemove invitation to report a bug about unknown encoding
2016-10-27 Peter EisentrautAdd function name to PyArg_ParseTuple()
2016-10-27 Peter EisentrautFormat PL/Python module contents test vertically
2016-10-27 Robert HaasIf the stats collector dies during Hot Standby, restart it.
2016-10-27 Robert HaasFix possible pg_basebackup failure on standby with...
2016-10-27 Peter EisentrautAvoid using a C++ keyword in header file
2016-10-27 Bruce MomjianProperly indent postgresql.conf comments to align
2016-10-26 Tom LaneFix incorrect trigger-property updating in ALTER CONSTR...
2016-10-26 Tom LaneFix not-HAVE_SYMLINK code in zic.c.
2016-10-26 Heikki LinnakangasRemove platform-dependent PL/python test case.
2016-10-26 Heikki LinnakangasOnly treat Python Lists as array dimensions.
2016-10-26 Heikki LinnakangasAvoid using platform-dependent floats in test case.
2016-10-26 Heikki LinnakangasFix regression test to also work with Python 2.
2016-10-26 Heikki LinnakangasFix typos in comments.
2016-10-26 Heikki LinnakangasGive a hint, when [] is incorrectly used for a composit...
2016-10-26 Heikki LinnakangasSupport multi-dimensional arrays in PL/python.
2016-10-25 Peter Eisentrautpg_dump: Simplify internal archive version handling
2016-10-25 Magnus HaganderFree walmethods before exiting
2016-10-25 Magnus HaganderDon't fsync() files when --no-sync is specified
2016-10-25 Bruce MomjianConsistently mention 'SELECT pg_reload_conf()' in confi...
2016-10-24 Magnus HaganderUse ssize_t where signed results can happen
2016-10-24 Alvaro HerreraPreserve commit timestamps across clean restart
2016-10-23 Tom LaneAvoid testing tuple visibility without buffer lock.
2016-10-23 Tom LaneDon't throw serialization errors for self-conflicts...
2016-10-23 Tom LaneAvoid testing tuple visibility without buffer lock...
2016-10-23 Magnus HaganderRename walmethod fsync method to sync
2016-10-23 Magnus HaganderFix obviously too quickly applied fix to zlib issue
2016-10-23 Magnus HaganderFix walmethods.c build without libz
2016-10-23 Magnus HaganderRemove extra comma at end of enum list
2016-10-23 Magnus HaganderAllow pg_basebackup to stream transaction log in tar...
2016-10-21 Robert HaasFix comment formatting.
2016-10-21 Robert Haaspostgres_fdw: Push down aggregates to remote servers.
2016-10-20 Tom LaneFix EXPLAIN so that it doesn't emit invalid XML in...
2016-10-20 Tom LaneSync our copy of the timezone library with IANA release...
2016-10-20 Tom LaneUpdate time zone data files to tzdata release 2016h.
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
2016-10-20 Robert HaasRemove a comment which is now incorrect.
2016-10-20 Tom LaneAnother portability fix for tzcode2016g update.
2016-10-19 Tom LaneWindows portability fix.
2016-10-19 Tom LaneSync our copy of the timezone library with IANA release...
2016-10-19 Tom LaneSuppress "Factory" zone in pg_timezone_names view for...
2016-10-19 Tom LaneUpdate time zone data files to tzdata release 2016g.
2016-10-19 Peter EisentrautMake getrusage() output a little more readable
2016-10-19 Peter EisentrautUse pg_ctl promote -w in TAP tests
2016-10-19 Peter Eisentrautinitdb pg_basebackup: Rename --noxxx options to --no-xxx
2016-10-19 Peter Eisentrautpg_ctl: Add long option for -o
2016-10-19 Peter Eisentrautpg_ctl: Add long options for -w and -W
2016-10-19 Heikki LinnakangasFix WAL-logging of FSM and VM truncation.
2016-10-18 Robert HaasImprove regression test coverage for hash indexes.
2016-10-18 Andres FreundFix a few typos in simplehash.h.
2016-10-18 Robert HaasFix typo in comment.
next