]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-03-25 Heikki LinnakangasMake pg_basebackup work with pre-9.3 servers, and add...
2013-03-25 Heikki LinnakangasAdd PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.
2013-03-25 Heikki LinnakangasAdd missing #include.
2013-03-24 Tom LaneFix some unportable constructs in parallel pg_dump...
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-03-23 Tom LaneUpdate time zone abbreviation lists for changes missed...
2013-03-23 Tom LaneSemi-automatically detect changes in timezone abbreviat...
2013-03-23 Andrew DunstanAvoid renaming data directory during MSVC upgrade testing.
2013-03-23 Tom LaneDon't put <indexterm> before <term> in <varlistentry...
2013-03-22 Tom LaneDocument cross-version compatibility issues for contrib...
2013-03-22 Tom LaneFix contrib/dblink to handle inconsistent DateStyle...
2013-03-22 Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-03-22 Tom LaneSuppress uninitialized-variable warning in new checksum...
2013-03-22 Tom LaneUpdate commit_delay documentation.
2013-03-22 Simon RiggsAdd new README file for pages/checksums
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-22 Andrew DunstanSilence compiler warnings about unused values.
2013-03-22 Simon RiggsChange commit_delay to be SUSET for 9.3+
2013-03-22 Tom LaneAvoid retrieving dummy NULL columns in postgres_fdw.
2013-03-21 Tom LaneRedo postgres_fdw's planner code so it can handle param...
2013-03-21 Kevin GrittnerEliminate trivial whitespace inconsistency in docs...
2013-03-21 Heikki LinnakangasFix "element <@ range" cost estimation.
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-20 Tom LaneBump up timeout delays some more in timeouts isolation...
2013-03-19 Kevin GrittnerUse ORDER BY on matview definitions were needed for...
2013-03-19 Simon RiggsClarify assumption of filesystem metadata integrity.
2013-03-19 Simon RiggsCorrection that 2pc state files use CRC-32.
2013-03-18 Simon RiggsAdd reliability docs about storage/memory corruptions.
2013-03-18 Tom LaneImprove documentation of EXTRACT(WEEK).
2013-03-18 Simon RiggsAdd pageinspect--1.0--1.sql for checksum changes
2013-03-18 Simon RiggsAdd pageinspect--1.1.sql for checksum changes
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-18 Tom LaneIncrease timeout delays in new timeouts isolation test.
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-18 Tom LaneImprove signal-handler lockout mechanism in timeout.c.
2013-03-17 Tom LaneUse pqsignal() in contrib programs rather than calling...
2013-03-17 Tom LaneRe-include pqsignal() in libpq.
2013-03-17 Tom Laneinitdb needs pqsignal() even on Windows.
2013-03-17 Tom LaneFix inclusions in pgbench.c.
2013-03-17 Tom LaneFix inclusions in pg_receivexlog.c.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-17 Peter Eisentrautpg_resetxlog: Capitalize placeholder in --help output
2013-03-17 Peter Eisentrautpg_controldata: Undo message spelling change
2013-03-15 Tom LaneImprove the documentation about commit_delay.
2013-03-15 Tom LaneImprove error reporting in code that checks for buffer...
2013-03-15 Tom LaneExtend format() to handle field width and left/right...
2013-03-14 Tom LaneAvoid inserting no-op Limit plan nodes.
2013-03-14 Kevin GrittnerRevert unnecessary change in MV call to checkRuleResult...
2013-03-14 Kevin GrittnerAdd regression test for MV join to view.
2013-03-14 Heikki LinnakangasAlso update psqlscan.l with the UESCAPE error rule...
2013-03-14 Tom LaneMinor fixes for hstore_to_json_loose().
2013-03-14 Tom LaneAvoid inserting Result nodes that only compute identity...
2013-03-14 Heikki LinnakangasChange the way UESCAPE is lexed, to reduce the size...
2013-03-14 Heikki LinnakangasAdd cost estimation of range @> and <@ operators.
2013-03-14 Peter EisentrautAdd regression tests for XML mapping of domains
2013-03-14 Kevin GrittnerFix bug in dumping prior releases due to MV REFRESH...
2013-03-13 Tom LaneIntroduce less-bogus handling of collations in contrib...
2013-03-12 Tom LaneFix documentation oversight.
2013-03-12 Tom LaneFix contrib/postgres_fdw's handling of column defaults.
2013-03-12 Tom LaneAllow default expressions to be attached to columns...
2013-03-12 Alvaro HerreraFix orthotypographical mistake
2013-03-12 Tom LaneAvoid row-processing-order dependency in postgres_fdw...
2013-03-12 Tom LaneFix postgres_fdw's issues with inconsistent interpretat...
2013-03-11 Tom LaneAvoid generating bad remote SQL for INSERT ... DEFAULT...
2013-03-11 Tom LaneFix thinko in matview patch.
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-10 Peter Eisentrautdoc: Add note about checkpoint_warning vs checkpoint_ti...
2013-03-10 Peter Eisentrautpg_ctl: Adjust nls.mk for split out of wait_error.c
2013-03-10 Peter Eisentrautpg_basebackup: Add missing newlines to several error...
2013-03-10 Tom LaneBand-aid for regression test expected-results problem...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-03-08 Heikki LinnakangasForgot catversion bump in the SP-GiST adjacent support...
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-03-08 Heikki LinnakangasRemove unnecessary #ifdef FRONTEND check to choose...
2013-03-07 Kevin GrittnerFix typo in docs for ALTER MATERIALIZED VIEW.
2013-03-07 Tom LaneFix infinite-loop risk in fixempties() stage of regex...
2013-03-07 Heikki LinnakangasFix tli history file fetching, broken by the archive...
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-07 Peter EisentrautAdd fe_memutils.c to nls.mk where used
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-07 Peter EisentrautAdjust nls.mk for split out of wait_error.c
2013-03-06 Tom LaneFix missing #include in commands/matview.h.
2013-03-06 Kevin GrittnerWAL-log the extension of a new empty MV heap which...
2013-03-06 Kevin GrittnerAdd docs for pg_matviews, which were missed in the...
2013-03-06 Kevin GrittnerFix broken pg_dump for 9.0 and 9.1 caused by the MV...
2013-03-06 Andrew DunstanFix message typo.
2013-03-06 Peter Eisentrautpg_ctl: Add comma to message
2013-03-06 Andrew DunstanRemove dependency on the DLL of pythonxx.def file.
2013-03-05 Tom LaneFix to_char() to use ASCII-only case-folding rules...
2013-03-05 Kevin GrittnerBump catversion because of new function in the material...
2013-03-04 Tom LaneFix overflow check in tm2timestamp (this time for sure).
2013-03-04 Peter Eisentrautpsql: Let \l accept a pattern
2013-03-04 Kevin GrittnerRemove accidentally-committed .orig file.
2013-03-04 Tom LaneFix map_sql_value_to_xml_value() to treat domains like...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-03-03 Peter Eisentrautdoc: Small tweak for consistency
next