]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-11-17 Simon RiggsAdd pg_dump --snapshot option
2014-11-17 Tom LaneUpdate 9.4 release notes for commits through today.
2014-11-17 Fujii MasaoAdd --synchronous option to pg_receivexlog, for more...
2014-11-17 Tom LaneUpdate time zone data files to tzdata release 2014j.
2014-11-17 Heikki LinnakangasFix WAL-logging of B-tree "unlink halfdead page" operation.
2014-11-17 Alvaro HerreraFix relpersistence setting in reindex_index
2014-11-17 Peter EisentrautTranslation updates
2014-11-16 Magnus HaganderMention the TZ environment variable for initdb
2014-11-16 Magnus HaganderRestructure doc sections about statistics views
2014-11-15 Simon RiggsEmit msg re skipping ANALYZE for absent inh tree
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-15 Alvaro HerreraRemove unused InhPaths
2014-11-15 Alvaro Herrerapostgres_fdw.h: don't pull in rel.h when relcache.h...
2014-11-15 Andres FreundFix initdb --sync-only to also sync tablespaces.
2014-11-15 Andres FreundSync unlogged relations to disk after they have been...
2014-11-15 Andres FreundEnsure unlogged tables are reset even if crash recovery...
2014-11-14 Tom LaneDocument evaluation-order considerations for aggregate...
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-11-14 Alvaro HerreraDocument BRIN's pages_per_range in CREATE INDEX
2014-11-14 Stephen FrostRevert change to ALTER TABLESPACE summary.
2014-11-14 Alvaro HerreraReduce disk footprint of brin regression test
2014-11-14 Alvaro HerreraAllow interrupting GetMultiXactIdMembers
2014-11-14 Andres FreundMove BufferGetBlockNumber() out of heap_page_is_all_vis...
2014-11-14 Andres FreundAdd valgrind suppression for pg_atomic_init_u64.
2014-11-14 Peter EisentrautImprove logical decoding log messages
2014-11-13 Andres FreundAdapt valgrind.supp to the XLogInsert() split.
2014-11-13 Tom LaneFix pg_dumpall to restore its ability to dump from...
2014-11-13 Andres FreundFix and improve cache invalidation logic for logical...
2014-11-13 Andres FreundFix xmin/xmax horizon computation during logical decodi...
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-13 Alvaro HerreraTweak row-level locking documentation
2014-11-13 Robert HaasMove the guts of our Levenshtein implementation into...
2014-11-13 Peter Eisentrautdoc: Add index entry for "hypothetical-set aggregate"
2014-11-13 Heikki LinnakangasFix XLogReadBufferForRedoExtended to get cleanup lock...
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-12 Tom LaneExplicitly support the case that a plancache's raw_pars...
2014-11-12 Andres FreundFix several weaknesses in slot and logical replication...
2014-11-12 Andres FreundAdd interrupt checks to contrib/pg_prewarm.
2014-11-12 Noah MischUse just one database connection in the "tablespace...
2014-11-12 Peter EisentrautMessage improvements
2014-11-11 Robert HaasRemove incorrect comment.
2014-11-11 Tom LaneLoop when necessary in contrib/pgcrypto's pktreader_pull().
2014-11-11 Tom LaneFix dependency searching for case where column is visit...
2014-11-11 Fujii MasaoAdd generate_series(numeric, numeric).
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-11 Heikki LinnakangasReally fix compilation failure on MIPS.
2014-11-10 Heikki LinnakangasFix compilation failure on MIPS.
2014-11-10 Alvaro HerreraBRIN: fix bug in xlog backup block counting
2014-11-10 Robert HaasFix potential NULL-pointer dereference.
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-11-10 Alvaro HerreraFurther code and wording tweaks in BRIN
2014-11-10 Kevin GrittnerFix compiler warning for non-assert builds.
2014-11-10 Robert HaasTab complete second argument to \c with role names.
2014-11-10 Bruce MomjianC comment: mention 1500-02-29 as an invalid date
2014-11-08 Alvaro HerreraFix some coding issues in BRIN
2014-11-08 Peter Eisentrautpg_basebackup: Adjust tests for long file name issues
2014-11-08 Peter Eisentrautdoc: Update pg_receivexlog note
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-11-07 Heikki LinnakangasFix building with WAL_DEBUG.
2014-11-07 Robert HaasUse the sortsupport infrastructure in more cases.
2014-11-07 Robert HaasUpdate pg_xlogdump's .gitignore for brindesc.c.
2014-11-07 Alvaro HerreraFix serial schedule
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-07 Heikki LinnakangasFix generation of SP-GiST vacuum WAL records.
2014-11-07 Heikki LinnakangasRemove obsolete cases from GiST update redo code.
2014-11-07 Tom LaneCope with more than 64K phrases in a thesaurus dictionary.
2014-11-06 Tom LaneFix normalization of numeric values in JSONB GIN indexes.
2014-11-06 Fujii MasaoPrevent the unnecessary creation of .ready file for...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-06 Fujii MasaoFix typo in comment.
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-11-06 Bruce MomjianC comment: mention why the Gregorian calendar is used...
2014-11-06 Tom LaneRemove the last vestige of server-side autocommit.
2014-11-05 Robert HaasFix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
2014-11-05 Tom LaneMake CREATE TYPE print warnings if a datatype's I/O...
2014-11-05 Tom LaneFix volatility markings of some contrib I/O functions.
2014-11-04 Peter Eisentrautdoc: Move misplaced paragraph
2014-11-04 Tom LaneDrop no-longer-needed buffers during ALTER DATABASE...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-11-04 Heikki LinnakangasRemove support for 64-bit CRC.
2014-11-03 Robert Haaspqmq.h needs to include something that defines StringInfo.
2014-11-03 Tom LaneDocs: fix incorrect spelling of contrib/pgcrypto option.
2014-11-03 Noah MischRemove dead-since-introduction pgcrypto code.
2014-11-03 Noah MischClarify .def file comments.
2014-11-03 Noah MischRe-remove dependency on the DLL of pythonxx.def file.
2014-11-03 Noah MischMake ECPG test programs depend on "ecpg$(X)", not ...
2014-11-03 Noah MischFix win32setlocale.c const-related warnings.
2014-11-03 Peter EisentrautFix generation of INSTALL file by removing link
2014-11-02 Peter EisentrautAdd configure --enable-tap-tests option
2014-11-01 Peter EisentrautPL/Python: Fix example
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-10-31 Peter Eisentrautdoc: Fix typos
2014-10-31 Peter Eisentrautdoc: Wording and formatting improvements in new logical...
2014-10-31 Peter Eisentrautdoc: Improve CREATE VIEW / WITH documentation
2014-10-30 Robert HaasExtend dsm API with a new function dsm_unpin_mapping.
2014-10-30 Tom LaneTest IsInTransactionChain, not IsTransactionBlock,...
2014-10-30 Robert Haas"Pin", rather than "keep", dynamic shared memory mappin...
2014-10-29 Peter EisentrautRemove use of TAP subtests
2014-10-29 Tom LaneAvoid corrupting tables when ANALYZE inside a transacti...
2014-10-29 Robert HaasAvoid setup work for invalidation messages at start...
next