]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-07-08  Alvaro HerreraFix mention of htup.h in pageinspect docs
2013-07-08  Tom LaneFix planning of parameterized appendrel paths with...
2013-07-07  Peter Eisentrautpg_isready: Make --help output more consistent with...
2013-07-07  Peter Eisentrautpg_resetxlog: Make --help consistent with man page
2013-07-07  Bruce Momjianpg_upgrade: document link options
2013-07-07  Magnus HaganderFix include-guard
2013-07-06  Michael MeskesAlso escape double quotes for ECPG's #line statement.
2013-07-06  Tom LaneRename a function to avoid naming conflict in parallel...
2013-07-06  Michael MeskesApplied patch by MauMau <maumau307@gmail.com> to escape...
2013-07-05  Noah MischUpdate messages, comments and documentation for materia...
2013-07-05  Magnus HaganderRemove stray | character
2013-07-04  Bruce MomjianAdd contrib function references in the doc index
2013-07-04  Robert Haasdocs: Clarify flag dependencies for background workers.
2013-07-04  Peter Eisentrautdoc: Fix typo in event trigger documentation
2013-07-04  Peter Eisentrautdoc: Add event trigger C API documentation
2013-07-03  Bruce Momjianpg_buffercache: document column meanings
2013-07-03  Tom LaneFix handling of auto-updatable views on inherited tables.
2013-07-03  Noah MischExpose object name error fields in PL/pgSQL.
2013-07-03  Peter Eisentrautdoc: Remove i18ngurus.com link
2013-07-03  Peter Eisentrautdoc: Arrange See Also links in more consistent order
2013-07-02  Alvaro HerreraMention extra_float_digits in floating point docs
2013-07-02  Heikki LinnakangasSilence compiler warning in assertion-enabled builds.
2013-07-01  Bruce Momjianpg_dump docs: use escaped double-quotes, for Windows
2013-06-30  Peter EisentrautFix cpluspluscheck in checksum code
2013-06-28  Simon RiggsChange errcode for lock_timeout to match NOWAIT
2013-06-27  Alvaro HerreraUpdate pg_resetxlog's documentation on multixacts
2013-06-27  Alvaro HerreraDocument relminmxid and datminmxid
2013-06-27  Tom LaneMark index-constraint comments with correct dependency...
2013-06-27  Tom LaneExpect EWOULDBLOCK from a non-blocking connect() call...
2013-06-27  Tom LaneTweak wording in sequence-function docs to avoid PDF...
2013-06-27  Noah MischDocument effect of constant folding on CASE.
2013-06-26  Peter Eisentrautpg_receivexlog: Fix logic error
2013-06-25  Alvaro HerreraAvoid inconsistent type declaration
2013-06-25  Andrew DunstanProperly dump dropped foreign table cols in binary...
2013-06-25  Fujii MasaoSupport clean switchover.
2013-06-24  Peter EisentrautStamp 9.3beta2. REL9_3_BETA2
2013-06-24  Peter EisentrautTranslation updates
2013-06-23  Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-22  Peter Eisentrautdoc: Fix date in EPUB manifest
2013-06-20  Peter EisentrautFurther update CREATE FUNCTION documentation about...
2013-06-20  Peter Eisentrautinitdb: Add blank line before output about checksums
2013-06-19  Kevin GrittnerFix the create_index regression test for Danish collation.
2013-06-18  Simon RiggsFix docs on lock level for ALTER TABLE VALIDATE
2013-06-18  Peter Eisentrautpsql: Re-allow -1 together with -c or -l
2013-06-17  Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-16  Fujii MasaoFix description of archive format which pg_restore...
2013-06-15  Tom LaneUse WaitLatch, not pg_usleep, for delaying in pg_sleep().
2013-06-15  Fujii MasaoFix pg_restore -l with the directory archive to display...
2013-06-15  Tom LaneUse SA_RESTART for all signals, including SIGALRM.
2013-06-14  Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-06-14  Tom LaneRemove special-case treatment of LOG severity level...
2013-06-14  Tom LaneRefactor checksumming code to make it easier to use...
2013-06-14  Peter EisentrautPL/Python: Fix type mixup
2013-06-13  Tom LaneOnly install a portal's ResourceOwner if it actually...
2013-06-12  Noah MischAvoid reading past datum end when parsing JSON.
2013-06-12  Noah MischAvoid reading below the start of a stack variable in...
2013-06-12  Noah MischDon't pass oidvector by value.
2013-06-12  Noah MischObserve array length in HaveVirtualXIDsDelayingChkpt().
2013-06-12  Noah MischDon't use ordinary NULL-terminated strings as Name...
2013-06-12  Tom LaneImprove updatability checking for views and foreign...
2013-06-12  Andrew DunstanFix unescaping of JSON Unicode escapes, especially...
2013-06-12  Robert HaasImprove description of loread/lowrite.
2013-06-11  Tom LaneFix cache flush hazard in cache_record_field_properties().
2013-06-11  Tatsuo IshiiAdd description that loread()/lowrite() are correspondi...
2013-06-10  Fujii MasaoFix pg_isready to handle conninfo properly.
2013-06-10  Joe ConwayFix ordering of obj id for Rules and EventTriggers...
2013-06-09  Tom LaneTweak postgres_fdw regression test so autovacuum doesn...
2013-06-09  Tom LaneRemove unnecessary restrictions about RowExprs in trans...
2013-06-09  Tom LaneRemove ALTER DEFAULT PRIVILEGES' requirement of schema...
2013-06-09  Tom LaneRemove fixed limit on the number of concurrent Allocate...
2013-06-08  Andrew DunstanDon't downcase non-ascii identifier chars in multi...
2013-06-08  Andrew DunstanHandle Unicode surrogate pairs correctly when processin...
2013-06-08  Peter Eisentrautdoc: Fix <synopsis> in <term> markup
2013-06-07  Kevin GrittnerCorrect the documentation of pg_rewrite.ev_attr.
2013-06-07  Tom LaneMinor docs wordsmithing.
2013-06-07  Peter Eisentrautdoc: Clarify description of VALUES command
2013-06-06  Heikki LinnakangasFix typo in comment.
2013-06-06  Robert HaasEnsure that XLOG_HEAP2_VISIBLE always targets an initia...
2013-06-06  Bruce Momjianpg_upgrade: document that --link should be used with...
2013-06-06  Tom LanePrevent pushing down WHERE clauses into unsafe UNION...
2013-06-06  Peter EisentrautUpdate SQL features list
2013-06-05  Tom LanePut analyze_keyword back in explain_option_name production.
2013-06-04  Tom LaneProvide better message when CREATE EXTENSION can't...
2013-06-04  Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-06-04  Tom LaneFix memory leak in LogStandbySnapshot().
2013-06-04  Heikki LinnakangasFix off-by-one in pg_xlogdump -r option.
2013-06-03  Tom LaneAdd semicolons to eval'd strings to hide a minor Perl...
2013-06-03  Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-06-03  Stephen FrostAdditional spelling corrections
2013-06-03  Heikki LinnakangasCode review of recycling WAL segments in a restartpoint.
2013-06-03  Tom LaneAllow type_func_name_keywords in some places where...
2013-06-02  Peter EisentrautAnother man page whitespace fix
2013-06-02  Peter EisentrautFix whitespace issues in the man pages
2013-06-01  Tom LaneFix unportable usage of isspace().
2013-06-01  Stephen FrostMinor spelling fixes
2013-06-01  Stephen FrostPost-pgindent cleanup
2013-06-01  Peter Eisentrautdoc: Remove paragraph about typesetting conventions
2013-06-01  Noah MischDon't emit non-canonical empty arrays in array_remove().
2013-06-01  Peter EisentrautAdd new source files to nls.mk
2013-05-31  Peter Eisentrautdoc: Fix claim that query is passed as ASCII text
next