]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-11-08 Tom LaneRename ResolveNew() to ReplaceVarsFromTargetList()...
2012-11-08 Tom LaneDon't trash input list structure in does_not_exist_skip...
2012-11-08 Heikki LinnakangasTeach pg_basebackup and pg_receivexlog to reply to...
2012-11-07 Tom LaneFix missing inclusions.
2012-11-07 Bruce MomjianAdd URLs to document why DLLIMPORT is needed on Windows.
2012-11-07 Alvaro HerreraDon't try to use a unopened relation
2012-11-07 Bruce MomjianIn pg_upgrade docs, mention using base backup as part...
2012-11-07 Heikki LinnakangasMake the streaming replication protocol messages archit...
2012-11-06 Bruce MomjianIn pg_upgrade, set synchronous_commit=off for the new...
2012-11-05 Tom LaneFix handling of inherited check constraints in ALTER...
2012-11-02 Peter EisentrautFix typo
2012-11-01 Tom LaneFix bogus handling of $(X) (i.e., ".exe") in isolationt...
2012-11-01 Tom LaneLimit the number of rel sets considered in consider_ind...
2012-11-01 Peter EisentrautHave make never delete intermediate files automatically
2012-10-31 Alvaro HerreraFix erroneous choice of timeline variable, too
2012-10-31 Tom LaneDocument that TCP keepalive settings read as 0 on Unix...
2012-10-31 Alvaro HerreraFix erroneous choices of segNo variables
2012-10-31 Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-10-28 Peter EisentrautPreserve intermediate .c files in coverage mode
2012-10-26 Kevin GrittnerThrow error if expiring tuple is again updated or deleted.
2012-10-26 Tom LanePrefer actual constants to pseudo-constants in equivale...
2012-10-26 Tom LaneIn pg_dump, dump SEQUENCE SET items in the data not...
2012-10-24 Tom LaneTweak genericcostestimate's fudge factor for index...
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-10-21 Kevin GrittnerCorrect predicate locking for DROP INDEX CONCURRENTLY.
2012-10-20 Tom LaneFix pg_dump's handling of DROP DATABASE commands in...
2012-10-20 Tom LanePrevent overflow in pgbench's percent-done display.
2012-10-19 Tom LaneFix UtilityContainsQuery() to handle CREATE TABLE AS...
2012-10-19 Tom LaneFix hash_search to avoid corruption of the hash table...
2012-10-19 Tom LaneFix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
2012-10-19 Simon RiggsFix orphan on cancel of drop index concurrently.
2012-10-18 Tom LaneFurther cleanup of catcache.c ilist changes.
2012-10-18 Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-18 Tom LaneCode review for inline-list patch.
2012-10-18 Andrew DunstanUse a more portable platform test.
2012-10-18 Heikki LinnakangasFurther tweaking of the readfile() function in pg_ctl.
2012-10-18 Simon RiggsIsolation test for DROP INDEX CONCURRENTLY
2012-10-18 Simon RiggsRe-think guts of DROP INDEX CONCURRENTLY.
2012-10-18 Tom LaneFix planning of non-strict equivalence clauses above...
2012-10-18 Alvaro Herrerapg_dump: Output functions deterministically sorted
2012-10-18 Simon RiggsRevert tests for drop index concurrently.
2012-10-18 Simon RiggsAdd isolation tests for DROP INDEX CONCURRENTLY.
2012-10-17 Tom LaneClose un-owned SMgrRelations at transaction end.
2012-10-17 Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-10-17 Alvaro HerreraEmbedded list interface
2012-10-17 Simon RiggsFix typo in previous commit
2012-10-17 Simon RiggsClarify hash index caution and copy to CREATE INDEX...
2012-10-16 Bruce MomjianWhen outputting the session id in log_line_prefix ...
2012-10-15 Tom Lanealter_generic regression test cannot run concurrently...
2012-10-15 Heikki LinnakangasFix typo in comment.
2012-10-15 Heikki LinnakangasRemove comment that is no longer true.
2012-10-15 Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-15 Tom LaneSplit up process latch initialization for more-fail...
2012-10-12 Tom LaneFix oversight in new code for printing rangetable aliases.
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-12 Tom LaneGet rid of COERCE_DONTCARE.
2012-10-12 Tom LaneFix unportable format string.
2012-10-12 Tom LaneMake equal() ignore CoercionForm fields for better...
2012-10-11 Andrew DunstanUnbreak MSVC builds after recent Makefile refactoring.
2012-10-11 Tom LaneFix cross-type case in partial row matching for hashed...
2012-10-11 Heikki LinnakangasImprove replication connection timeouts.
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-11 Peter EisentrautRemove _FORTIFY_SOURCE
2012-10-11 Tom LaneRemove configure-option-dependent test cases from dblin...
2012-10-10 Tom LaneUpdate obsolete comment.
2012-10-10 Tom LaneCreate an improved FDW option validator function for...
2012-10-10 Tom LaneUpdate obsolete text in fdwhandler.sgml.
2012-10-10 Bruce MomjianIn pg_upgrade, issue proper error message when we can...
2012-10-10 Tom LaneSet procost to 10 for each of the pg_foo_is_visible...
2012-10-10 Tom LaneFix PGXS support for building loadable modules on AIX.
2012-10-09 Tom LaneRemove unnecessary overhead in backend's large-object...
2012-10-09 Heikki LinnakangasFix silly bug in previous refactoring.
2012-10-09 Heikki LinnakangasPut the logic to wait for WAL in standby mode to a...
2012-10-09 Alvaro Herrerarestore permission bits
2012-10-09 Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-10-09 Heikki LinnakangasRemove stray newline in comment.
2012-10-09 Simon RiggsUse tablespace_option consistently on doc page
2012-10-09 Simon RiggsAdd microsecs/op display to pg_test_fsync utility
2012-10-09 Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09 Tom LaneFix lo_export usage in example programs.
2012-10-09 Tom LaneFix lo_read, lo_write, lo_truncate to cope with "size_t...
2012-10-09 Peter EisentrautRemove generation of repl_gram.h
2012-10-08 Tom LaneCode review for 64-bit-large-object patch.
2012-10-08 Alvaro HerreraFix thinko in previous commit
2012-10-08 Alvaro HerreraAdd support for easily declaring static inline functions
2012-10-08 Robert HaasAdd #define for UUIDOID.
2012-10-08 Heikki LinnakangasSay ANALYZE, not VACUUM, in error message on analyze...
2012-10-08 Heikki LinnakangasFix walsender handling of postmaster shutdown, to not...
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-10-07 Andrew DunstanFix typo in previous MSC commit.
2012-10-07 Tom LaneImprove documentation about large-object functions.
2012-10-07 Andrew DunstanQuiet a few MSC compiler warnings.
2012-10-07 Tatsuo IshiiFix compiling errors on Windows platform. Fix wrong...
2012-10-07 Tatsuo IshiiBump up catalog vesion due to 64-bit large object API...
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-10-06 Peter EisentrautImprove LDAP authentication documentation
2012-10-05 Michael MeskesRemoved sentence about not being able to retrieve more...
2012-10-05 Michael MeskesFixed test for array boundary.
2012-10-05 Heikki LinnakangasUse the regular main processing loop also in walsenders.
next