]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-12-04  Bruce Momjiandoc: split long query into multiple lines
2013-12-04  Peter EisentrautFix whitespace
2013-12-03  Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-12-03  Heikki LinnakangasFix full-page writes of internal GIN pages.
2013-12-03  Bruce MomjianC comment: again update comment for pg_fe_sendauth...
2013-12-03  Bruce MomjianUpdate C comment for pg_fe_getauthname
2013-12-03  Bruce Momjianlibpq: change PQconndefaults() to ignore invalid servi...
2013-12-03  Peter Eisentrautdoc: Refine documentation about recovery command exist...
2013-12-03  Peter EisentrautReport exit code from external recovery commands properly
2013-12-03  Tom LaneFix crash in assign_collations_walker for EXISTS with...
2013-12-02  Tom LaneUpdate release notes for 9.3.2, 9.2.6, 9.1.11, 9.0...
2013-12-02  Bruce Momjiandoc: update wording of ineffective SET and ABORT commands
2013-12-02  Tom LaneImprove draft release notes.
2013-12-02  Tom LaneIncrease git_changelog's timestamp_slop from 10 min...
2013-12-02  Robert HaasFlag mmap implemenation of dynamic shared memory as...
2013-12-02  Robert HaasMake NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros...
2013-12-02  Robert HaasAvoid out-of-bounds read in errfinish if error_stack_de...
2013-12-02  Peter EisentrautTranslation updates
2013-12-01  Tom LaneDraft release notes for 9.3.2.
2013-12-01  Peter Eisentrautdoc: Disable preface.autolabel in XSLT
2013-12-01  Tom LaneUpdate time zone data files to tzdata release 2013h.
2013-11-30  Tom LaneEditorial corrections to the October 2013 minor-release...
2013-11-30  Bruce Momjianpg_upgrade: Handle default_transaction_read_only settings
2013-11-30  Kevin GrittnerFix pg_dumpall to work for databases flagged as read...
2013-11-30  Peter EisentrautRemove use of obsolescent Autoconf macros
2013-11-30  Peter Eisentrautdoc: Simplify handling of variablelists in XSLT build
2013-11-30  Alvaro HerreraFix a couple of bugs in MultiXactId freezing
2013-11-30  Alvaro HerreraDon't TransactionIdDidAbort in HeapTupleGetUpdateXid
2013-11-30  Alvaro HerreraTruncate pg_multixact/'s contents during crash recovery
2013-11-30  Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-30  Alvaro HerreraReplace hardcoded 200000000 with autovacuum_freeze_max_age
2013-11-29  Tom LaneFix assorted issues in pg_ctl's pgwin32_CommandLine().
2013-11-29  Tom LaneBe sure to release proc->backendLock after SetupLockInT...
2013-11-29  Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-29  Peter Eisentrautdoc: Enhance documentation of ssl_ciphers setting a bit
2013-11-29  Peter Eisentrautdoc: Allow selecting web site CSS style sheet in XSLT...
2013-11-29  Robert HaasRefine our definition of what constitutes a system...
2013-11-28  Heikki LinnakangasAnother gin_desc fix.
2013-11-28  Heikki LinnakangasFix gin_desc routine to match the WAL format.
2013-11-28  Tom LaneFix latent(?) race condition in LockReleaseAll.
2013-11-28  Alvaro HerreraUnbreak buildfarm
2013-11-28  Alvaro HerreraUse a more granular approach to follow update chains
2013-11-28  Alvaro HerreraCompare Xmin to previous Xmax when locking an update...
2013-11-28  Alvaro HerreraDon't try to set InvalidXid as page pruning hint
2013-11-28  Alvaro HerreraCope with heap_fetch failure while locking an update...
2013-11-28  Peter Eisentrautdoc: Set chunk.first.sections in XSLT, for consistency...
2013-11-28  Bruce Momjianpg_buffercache docs: adjust order of fields
2013-11-28  Peter Eisentrautdoc: Put data types in alphabetical order
2013-11-27  Tom LaneFix stale-pointer problem in fast-path locking logic.
2013-11-27  Kevin GrittnerMinor correction of READ COMMITTED isolation level...
2013-11-27  Tom LaneMinor corrections in lmgr/README.
2013-11-27  Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27  Heikki LinnakangasMore GIN refactoring.
2013-11-27  Heikki LinnakangasFix plpython3 expected output.
2013-11-27  Heikki LinnakangasDon't update relfrozenxid if any pages were skipped.
2013-11-27  Michael MeskesDocumentation fix for ecpg.
2013-11-27  Michael MeskesECPG: Fix searching for quoted cursor names case-sensit...
2013-11-27  Fujii MasaoAdd --xlogdir option to pg_basebackup, for specifying...
2013-11-27  Fujii MasaoFix typo in release note.
2013-11-27  Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-27  Peter Eisentrautdoc: Add id to index in XSLT build
2013-11-26  Heikki LinnakangasOops, forgot to "git add" last minute changes to regres...
2013-11-26  Michael MeskesECPG: Fix offset to NULL/size indicator array.
2013-11-26  Michael MeskesECPG: Simplify free_variable()
2013-11-26  Michael MeskesECPG: Add EXEC SQL CLOSE C to the tests.
2013-11-26  Michael MeskesECPG: Free the malloc()'ed variables in the test so...
2013-11-26  Michael MeskesECPG: Make the preprocessor emit ';' if the variable...
2013-11-26  Heikki LinnakangasHandle domains over arrays like plain arrays in PL...
2013-11-26  Jeff DavisAdd missing entry for session_preload_libraries in...
2013-11-26  Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-25  Michael MeskesMore improvement to comment parsing in ecpg.
2013-11-25  Michael MeskesFix ecpg parsing of sizeof().
2013-11-24  Jeff DavisLessen library-loading log level.
2013-11-24  Tom LaneFix new and latent bugs with errno handling in secure_r...
2013-11-24  Michael MeskesAllow C array definitions to use sizeof().
2013-11-24  Michael MeskesDistinguish between C and SQL mode for C-style comments.
2013-11-24  Tom LaneDefend against bad trigger definitions in contrib/lo...
2013-11-24  Peter EisentrautPL/Tcl: Add event trigger support
2013-11-24  Tom LaneFix array slicing of int2vector and oidvector values.
2013-11-23  Tom LaneEnsure _dosmaperr() actually sets errno correctly.
2013-11-23  Peter EisentrautFix thinko in SPI_execute_plan() calls
2013-11-23  Peter EisentrautAvoid potential buffer overflow crash
2013-11-22  Tom LaneFlatten join alias Vars before pulling up targetlist...
2013-11-22  Tom LaneFix quoting in help messages in uuid-ossp extension...
2013-11-22  Heikki LinnakangasFix Hot-Standby initialization of clog and subtrans.
2013-11-22  Heikki LinnakangasAvoid acquiring spinlock when checking if recovery...
2013-11-22  Peter EisentrautTweak streamutil.c further to avoid scan-build warning
2013-11-22  Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-21  Fujii MasaoFix pg_isready to handle -d option properly.
2013-11-20  Heikki LinnakangasMore GIN refactoring.
2013-11-20  Heikki LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-11-20  Heikki LinnakangasFurther GIN refactoring.
2013-11-20  Peter Eisentrautecpg: Split off mmfatal() from mmerror()
2013-11-19  Bruce Momjiandocs: update page format to specify page checksum...
2013-11-19  Bruce Momjianpg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
2013-11-19  Fujii MasaoAdd tab completion for \pset in psql.
2013-11-19  Peter Eisentrautpg_upgrade: Report full disk better
2013-11-18  Bruce Momjianunaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d...
2013-11-18  Heikki LinnakangasSpell SQL keywords in uppercase in pg_dump's query.
2013-11-18  Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
next