]> granicus.if.org Git - postgresql/history - src
Replace duplicate_oids with Perl implementation
[postgresql] / src /
2013-10-11 Peter EisentrautReplace duplicate_oids with Perl implementation
2013-10-10 Peter EisentrautUpdate regression tests for line type patch
2013-10-10 Robert Haasinitdb: Select working dynamic shared memory implementa...
2013-10-10 Kevin GrittnerFix bug in record_image_ops on big endian machines.
2013-10-10 Andrew Dunstanjson_typeof function.
2013-10-10 Robert HaasFix incorrect use of shm_unlink where unlink should...
2013-10-10 Peter EisentrautRevive line type
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-09 Bruce MomjianAdjust the effective_cache_size default for standalone...
2013-10-09 Bruce MomjianAgain move function where we set effective_cache_size...
2013-10-09 Bruce MomjianMove new effective_cache_size function
2013-10-08 Bruce MomjianFix C comment in check_effective_cache_size()
2013-10-08 Kevin GrittnerAllow drop-index-concurrently-1 test to run at any...
2013-10-08 Bruce MomjianUpdate postgres.conf.sample for effective_cache_size...
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
2013-10-08 Bruce MomjianAdditional instructions on minor release note creation.
2013-10-08 Bruce MomjianUpdate instructions on creating minor release notes.
2013-10-07 Heikki LinnakangasTYPEALIGN doesn't work on int64 on 32-bit platforms.
2013-10-07 Heikki LinnakangasFix bugs in SSI tuple locking.
2013-10-07 Peter EisentrautTranslation updates
2013-10-07 Robert HaasMake DISCARD SEQUENCES also discard the last used sequence.
2013-10-07 Robert Haasplpgsql: Add new option print_strict_params.
2013-10-07 Kevin GrittnerEliminate xmin from hash tag for predicate locks on...
2013-10-06 Alvaro HerreraFix various bugs in postmaster SIGKILL processing
2013-10-04 Alvaro Herreraadd multixact-no-deadlock to schedule
2013-10-04 Alvaro HerreraMake some isolationtester specs more complete
2013-10-04 Alvaro Herreraisolationtester: Allow tuples to be returned in more...
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-10-04 Robert HaasFix silly thinko in ResetSequenceCaches.
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-10-03 Robert Haaspsql: Make \pset without arguments show all settings.
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-10-03 Peter Eisentrautpsql: Set up cancel handler later
2013-10-01 Bruce MomjianAdjust C comments that would be wrap-able.
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-09-30 Andrew DunstanEnsure installation dirs are built before contents...
2013-09-30 Heikki LinnakangasIn bms_add_member(), use repalloc() if the bms needs...
2013-09-30 Heikki LinnakangasFix snapshot leak if lo_open called on non-existent...
2013-09-29 Andrew DunstanEnsure installation dirs are built before contents...
2013-09-26 Robert HaasAllow printf-style padding specifications in log_line_p...
2013-09-26 Heikki LinnakangasFix spurious warning after vacuuming a page on a table...
2013-09-25 Heikki LinnakangasPlug memory leak in range_cmp function.
2013-09-24 Alvaro HerreraFix pgindent comment breakage
2013-09-23 Noah MischUse @libdir@ in both of regress/{input,output}/security...
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-09-23 Stephen FrostFix SSL deadlock risk in libpq
2013-09-23 Heikki LinnakangasFix two timeline handling bugs in pg_receivexlog.
2013-09-19 Robert HaasFix compiler warning in WaitForBackgroundWorkerStartup().
2013-09-18 Fujii MasaoFix typo in comment.
2013-09-18 Robert HaasTypo fix.
2013-09-17 Alvaro HerreraRemove `proc` argument from LockCheckConflicts
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-09-16 Heikki LinnakangasAdd a GUC to report whether data page checksums are...
2013-09-12 Noah MischIgnore interrupts during quickdie().
2013-09-11 Bruce MomjianAdd comment for VARSIZE_ANY_EXHDR macro
2013-09-10 Bruce Momjianpsql: fix \copy stdin trailing space requirement
2013-09-10 Bruce Momjianpsql: honor 'footer' option for expanded output
2013-09-10 Fujii MasaoRemove leftover function prototype.
2013-09-10 Peter EisentrautShow schemas in information_schema.schemata that the...
2013-09-09 Robert HaasIntroduce InvalidCommandId.
2013-09-08 Michael MeskesReturn error if allocation of new element was not possible.
2013-09-08 Michael MeskesClose file to no leak file descriptor memory. Found...
2013-09-06 Noah MischDon't VALGRIND_PRINTF() each query string.
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-09-05 Heikki LinnakangasMake catalog cache hash tables resizeable.
2013-09-05 Jeff DavisRevert WAL posix_fallocate() patches.
2013-09-04 Bruce MomjianAdd GUC descriptions for compile-time postgresql.conf...
2013-09-04 Heikki LinnakangasKeep heavily-contended fields in XLogCtlInsert on diffe...
2013-09-04 Robert HaasExpose fsync_fname as a public API.
2013-09-03 Tom LaneUpdate comments concerning PGC_S_TEST.
2013-09-03 Tom LaneDon't fail for bad GUCs in CREATE FUNCTION with check_f...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-09-03 Alvaro HerreraUpdate obsolete comment
2013-09-03 Heikki LinnakangasFix typo in comment.
2013-09-02 Tom LaneUpdate time zone data files to tzdata release 2013d.
2013-09-02 Peter EisentrautTranslation updates
2013-08-31 Tom LaneImprove regression test for #8410.
2013-08-30 Tom LaneAdd test case for bug #8410.
2013-08-30 Tom LaneReset the binary heap in MergeAppend rescans.
2013-08-29 Alvaro HerreraMake error wording more consistent
2013-08-29 Heikki LinnakangasUse a non-locking initial test in TAS_SPIN on x86_64.
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-08-28 Robert HaasPartially restore comments discussing enum renumbering...
2013-08-28 Heikki LinnakangasAccept multiple -I, -P, -T and -n options in pg_restore.
2013-08-27 Alvaro HerreraInitialize cached OID to Invalid in new hash entries
2013-08-27 Alvaro HerreraFix some "translator:" comments mangled by pgindent
2013-08-24 Tom LaneAccount better for planning cost when choosing whether...
2013-08-24 Magnus HaganderDon't crash when pg_xlog is empty and pg_basebackup...
2013-08-23 Tom LaneIn locate_grouping_columns(), don't expect an exact...
2013-08-21 Tom LaneFix hash table size estimation error in choose_hashed_d...
2013-08-20 Andrew DunstanUnconditionally use the WSA equivalents of Socket error...
2013-08-19 Tom LaneBe more wary of unwanted whitespace in pgstat_reset_rem...
2013-08-19 Alvaro HerreraFix removal of files in pgstats directories
2013-08-19 Heikki LinnakangasRename the "fast_promote" file to just "promote".
2013-08-19 Tom LaneFix qual-clause-misplacement issues with pulled-up...
2013-08-19 Alvaro HerreraFix pg_upgrade failure from servers older than 9.3
2013-08-19 Peter EisentrautTranslation updates
2013-08-18 Kevin GrittnerRemove relcache entry invalidation in REFRESH MATERIALI...
next