]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2013-03-03 Peter Eisentrautdoc: A few awkward phrasing fixes
2013-03-02 Peter EisentrautExclude utils/probes.h and pg_trace.h from cpluspluscheck
2013-03-02 Tom LaneEliminate memory leaks in plperl's spi_prepare() function.
2013-02-28 Alvaro HerreraImprove pg_upgrade commentary on multixact change
2013-02-28 Andrew DunstanFlush stderr and stdout in isolation tester.
2013-02-27 Heikki LinnakangasRemove spurious "the", and add a missing one.
2013-02-27 Heikki LinnakangasFix MSVC build.
2013-02-27 Heikki LinnakangasFix typo in "pg_xlogdump --help" and error message.
2013-02-27 Heikki LinnakangasCannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
2013-02-27 Heikki LinnakangasAdd standard file header comment to quotes.c.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-27 Tom LaneAdd missing error check in regexp parser.
2013-02-26 Tom LaneAdd missing .gitignore file.
2013-02-26 Tom LaneClean up "stopgap" implementation of timestamptz_to_str().
2013-02-26 Tom LaneInstall headers from the new src/include/common subdire...
2013-02-26 Heikki LinnakangasRemove the check for COPY TO STDIN and COPY FROM STDOUT...
2013-02-25 Peter Eisentrautdoc: Fix markup typo
2013-02-25 Heikki LinnakangasOnly quote libpq connection string values that need...
2013-02-25 Heikki LinnakangasAdd -d option to pg_dumpall, for specifying a connectio...
2013-02-25 Heikki LinnakangasAdd -d/--dbname option to pg_dump.
2013-02-25 Andrew DunstanRedo MSVC build implementation for pg_xlogdump.
2013-02-25 Heikki LinnakangasAdd -d option to pg_basebackup and pg_receivexlog,...
2013-02-25 Andrew DunstanProvide MSVC build setup for pg_xlogdump.
2013-02-24 Peter Eisentrautdoc: Remove PostgreSQL version number from xml2 depreca...
2013-02-24 Tom LaneFix build of contrib/pg_xlogdump.
2013-02-24 Peter EisentrautCorrect tense in log message
2013-02-23 Tom LaneRename postgres_fdw's use_remote_explain option to...
2013-02-23 Peter Eisentrautdoc: Add more compatibility information for triggers
2013-02-23 Peter EisentrautAdd quotes to messages
2013-02-22 Alvaro Herreracontrib/Makefile also needs updated
2013-02-22 Alvaro HerreraFix some typos and grammatical mistakes
2013-02-22 Alvaro HerreraFix copy-and-pasteo
2013-02-22 Alvaro HerreraAdd pg_xlogdump contrib program
2013-02-22 Tom LaneFix some planning oversights in postgres_fdw.
2013-02-22 Alvaro HerreraBlind attempt at fixing the non-MSVC Windows builds
2013-02-22 Tom LaneFix whole-row references in postgres_fdw.
2013-02-22 Tom LaneChange postgres_fdw to show casts as casts, not underly...
2013-02-22 Tom LaneGet rid of postgres_fdw's assumption that remote type...
2013-02-22 Heikki LinnakangasFix thinko in previous commit.
2013-02-22 Tom LaneAdjust postgres_fdw's search path handling.
2013-02-22 Heikki LinnakangasIf recovery.conf is created after "pg_ctl stop -m i...
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-21 Alvaro HerreraRemove useless variable
2013-02-21 Tom LaneNeed to decorate XactIsoLevel as PGDLLIMPORT for postgr...
2013-02-21 Tom LaneTeach MSVC build system about postgres_fdw.
2013-02-21 Tom LaneAdd postgres_fdw contrib module.
2013-02-20 Heikki LinnakangasFix pg_dumpall with database names containing =
2013-02-20 Heikki LinnakangasDon't pass NULL to fprintf, if a bogus connection strin...
2013-02-20 Heikki LinnakangasFix yet another typo in comment.
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
next