]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2013-02-16  Bruce MomjianWarn about initdb using mount-points
2013-02-15  Heikki LinnakangasBetter fix for "unarchived WAL files get deleted on...
2013-02-15  Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15  Heikki LinnakangasDon't delete unarchived WAL files during crash recovery.
2013-02-15  Peter Eisentrautpgindent: Fix order in instructions
2013-02-15  Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-14  Bruce Momjianpg_upgrade: conditionally create cluster delete script
2013-02-14  Bruce MomjianFix pg_upgrade log file cleanup code
2013-02-14  Peter Eisentrautdoc: Add make target to produce EPUB from DocBook
2013-02-13  Tom LaneFix CVE-2013-0255 properly.
2013-02-13  Tom LaneFix contrib/pg_trgm's similarity() function for trigram...
2013-02-13  Tom LaneFix bogus when-to-deregister-from-listener-array logic.
2013-02-13  Heikki LinnakangasUpdate visibility map in the second phase of vacuum.
2013-02-12  Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12  Alvaro HerreraDon't build libpgcommon_srv.a just yet
2013-02-12  Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-12  Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-11  Heikki LinnakangasSupport unlogged GiST index.
2013-02-11  Heikki LinnakangasFix checkpoint after fast promotion.
2013-02-11  Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-10  Tom LaneFurther cleanup of gistsplit.c.
2013-02-10  Tom LaneRemove useless picksplit-doesn't-support-secondary...
2013-02-10  Tom LaneRemove vestigial secondary-split support in gist_box_pi...
2013-02-10  Tom LaneDocument and clean up gistsplit.c.
2013-02-09  Tom LaneReduce log level of picksplit-doesn't-support-secondary...
2013-02-09  Tom LaneAdd an example of attaching a default value to an updat...
2013-02-09  Peter Eisentrautpsql: Improve unaligned expanded output for zero rows
2013-02-09  Peter Eisentrautpsql: Improve expanded print output in tuples-only...
2013-02-09  Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08  Tom LaneSimplify box_overlap computations.
next