]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-11-24 Alvaro HerreraFix commit_ts for FrozenXid and BootstrapXid
2016-11-23 Tom LaneAvoid masking a function parameter name with a local...
2016-11-23 Tom LaneMake sure ALTER TABLE preserves index tablespaces.
2016-11-23 Robert HaasRemove barrier.h
2016-11-22 Tom LaneDoc: improve documentation about composite-value usage.
2016-11-22 Robert HaasCode review for commit 274bb2b3857cc987cfa21d14775cae9b...
2016-11-22 Tom LaneImprove handling of "UPDATE ... SET (column_list) ...
2016-11-22 Robert HaasSupport condition variables.
2016-11-22 Tom LaneDoc: add a section in Part II concerning RETURNING.
2016-11-22 Tom LaneMake contrib/test_decoding regression tests safe for...
2016-11-22 Tom LaneFix uninitialized variable.
2016-11-21 Tom LaneFix PGLC_localeconv() to handle errors better.
2016-11-21 Tom LaneFix optimization for skipping searches for parallel...
2016-11-21 Robert Haasautovacuum: Drop orphan temp tables more quickly but...
2016-11-21 Tom LaneFix test for subplans in force-parallel mode.
2016-11-20 Tom LanePrevent multicolumn expansion of "foo.*" in an UPDATE...
2016-11-19 Tom LaneFix latent costing error in create_merge_append_path.
2016-11-19 Tom LaneCode review for GUC serialization/deserialization code.
2016-11-18 Peter EisentrautAdd pg_sequences view
2016-11-18 Stephen FrostClean up pg_dump tests, re-enable BLOB testing
2016-11-17 Robert HaasRemove or reduce verbosity of some debug messages.
2016-11-17 Tom LaneFix pg_dump's handling of circular dependencies in...
2016-11-17 Tom LaneImprove pg_dump/pg_restore --create --if-exists logic.
2016-11-17 Tom LaneRe-pgindent src/bin/pg_dump/*
2016-11-17 Alvaro HerreraAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
2016-11-16 Peter Eisentrautdoc: Further XSLT HTML build performance optimization
2016-11-16 Peter EisentrautBuild HTML documentation using XSLT stylesheets by...
2016-11-15 Tom LaneCheck that result tupdesc has exactly 1 column in retur...
2016-11-15 Robert HaasReserve zero as an invalid DSM handle.
2016-11-15 Tom LaneAllow DOS-style line endings in ~/.pgpass files.
2016-11-15 Tom LaneAccount for catalog snapshot in PGXACT->xmin updates.
2016-11-15 Robert HaasLimit the number of number of tapes used for a sort...
2016-11-15 Robert HaasFix broken statement in UCS_to_most.pl.
2016-11-15 Robert Haaspgbench: Increase maximum size of log filename from...
2016-11-14 Andres FreundProvide NO_INSTALLCHECK option for pgxs.
2016-11-14 Magnus HaganderFix typo in comment
2016-11-14 Peter EisentrautAllow individual TAP tests to be run via PROVE_TESTS
2016-11-14 Alvaro HerreraFix duplication in ALTER MATERIALIZE VIEW synopsis
2016-11-14 Peter Eisentrautpg_upgrade: Upgrade sequence data via pg_dump
2016-11-14 Peter Eisentrautpg_dump: Separate table and sequence data object types
2016-11-13 Tom LaneDoc: remove obsolete example.
2016-11-13 Peter Eisentrautpg_stat_statements: Add .gitignore file for tests
2016-11-12 Andres FreundAdd minimal set of regression tests for pg_stat_statements.
2016-11-11 Tom LaneDoc: fix data types of FuncCallContext's call_cntr...
2016-11-10 Tom LaneCleanup of rewriter and planner handling of Query.hasRo...
2016-11-10 Tom LaneRe-allow user_catalog_table option for materialized...
2016-11-10 Tom LaneSupport "COPY view FROM" for views with INSTEAD OF...
2016-11-10 Tom LaneFix partial aggregation for the case of a degenerate...
2016-11-10 Tom LaneDoc: improve link.
2016-11-09 Robert Haaspgbench: Allow the transaction log file prefix to be...
2016-11-09 Peter Eisentrautdoc: Improve whitespace use in XSL
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 Magnus HaganderFix typo
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 "Delete contrib/xml2's legacy implementation...
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-05 Peter Eisentrautdoc: Don't reformat .fo files before processing by fop
2016-11-05 Peter Eisentrautdoc: Port page header customizations to XSLT
2016-11-04 Tom LaneProvide DLLEXPORT markers for C functions via PG_FUNCTI...
2016-11-04 Tom LaneDelete contrib/xml2's legacy implementation of xml_is_w...
2016-11-04 Tom LaneBe more consistent about masking xl_info with ~XLR_INFO...
2016-11-04 Tom LaneFix gin_leafpage_items().
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 Peter Eisentrautpageinspect: Fix unaligned struct access in GIN functions
2016-11-04 Robert HaasAdd API to check if an existing exclusive lock allows...
2016-11-04 Robert Haaspostgres_fdw: Fix typo in comment.
2016-11-04 Peter Eisentrautdoc: Add index letter links to XSLT HTML build
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 HaasUse NIL instead of NULL for an empty List.
2016-11-03 Robert Haaslibpq: Allow connection strings and URIs to specify...
next