]> granicus.if.org Git - postgresql/history - src/backend
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
[postgresql] / src / backend /
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-20 Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-19 Magnus HaganderUse the new text domain names ("postgres-8.4" instead...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-15 Teodor SigaevFix URL generation in headline. Only tag lexeme will...
2009-01-15 Teodor SigaevFix generation too long headline with ShortWords.
2009-01-14 Peter EisentrautMake the columns is_insertable_into and is_updatable...
2009-01-12 Alvaro HerreraSimplify the writing of amoptions routines by introduci...
2009-01-12 Tom LaneTweak order of operations in BitmapHeapNext() to avoid...
2009-01-12 Peter EisentrautUse qualified_name instead of relation_expr for command...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-11 Tom LaneRe-enable the old code in xlog.c that tried to use...
2009-01-10 Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-09 Magnus HaganderCode review of strftime patch, per comments from Tom:
2009-01-09 Magnus HaganderFix strftime usage on Win32 when trying to fetch the...
2009-01-09 Magnus HaganderMake krb_realm and krb_server_hostname be pg_hba option...
2009-01-08 Alvaro HerreraA couple further reloptions improvements, per KaiGai...
2009-01-08 Tom LaneDefend against null input in analyze_requires_snapshot...
2009-01-08 Bruce MomjianRevert current_query() change to use debug_query_string...
2009-01-07 Bruce MomjianAdd comment about why BETWEEN uses operator strings...
2009-01-07 Tom LaneCreate a third option named "partition" for constraint_...
2009-01-07 Bruce MomjianHave current_query() use ActivePortal->sourceText rathe...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-07 Bruce MomjianAdd comment that it is difficult to access the more...
2009-01-07 Bruce MomjianUpdate comment associated with 'debug_query_string'.
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-07 Magnus HaganderAdd hba parameter include_realm to krb5, gss and sspi...
2009-01-07 Magnus HaganderAllow krb_realm (krb5, gssapi and sspi) and krb_server_...
2009-01-07 Bruce MomjianMake the log output of 'vxid' between csvlog and stderr...
2009-01-06 Tom LaneClarify a confusing comment about MCVs vs histogram...
2009-01-06 Tom LaneChange a couple of ill-advised uses of INFO elog level...
2009-01-06 Tom LaneRevert the default toast compression strategy to the...
2009-01-06 Heikki LinnakangasFix logic in lazy vacuum to decide if it's worth trying...
2009-01-06 Alvaro HerreraFix string reloption handling, per KaiGai Kohei.
2009-01-06 Bruce MomjianSuppress compiler warning in a different way, per Alvaro.
2009-01-06 Bruce MomjianSupress compiler warning.
2009-01-06 Tom LaneAdd some comments about why function parameter default...
2009-01-06 Tom LaneFix an oversight in the function-default-arguments...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-05 Tom LaneQuiet repeated "loaded library" messages from child...
2009-01-05 Tom LaneFix define_custom_variable to preserve any sourcefile...
2009-01-04 Tom LaneAdd contrib/pg_stat_statements for server-wide tracking...
2009-01-04 Tom LaneAdd a pg_encoding_mbcliplen() function that is just...
2009-01-04 Heikki LinnakangasFix embarrassing bug in recent smgr refactoring patch...
2009-01-03 Tom LaneAllow loadable modules to create PGC_POSTMASTER GUC...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-02 Magnus HaganderFix cut/paste error that caused all errors from REQUIRE...
2009-01-02 Magnus HaganderRemove comments that say restart is required for changi...
2009-01-02 Magnus HaganderMake it possible to change Kerberos/GSSAPI parameters...
2009-01-02 Tom Lanewrite_nondefault_variables must take care to write...
2009-01-02 Tom LaneTweak guc.c to allow underscores in the names of custom...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2009-01-01 Tom LaneFix an oversight in my patch of a couple weeks ago...
2008-12-31 Tom LaneThrow error if a <window definition> references a windo...
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-30 Tom LaneFix oversight in ALTER TABLE ENABLE/DISABLE RULE patch...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-27 Tom LaneMake a couple of small changes to the tuplestore API...
2008-12-24 Bruce MomjianChange the name of dtrace wal tracepoints:
2008-12-20 Tom LaneAdd missing semicolon, per buildfarm results. Martin...
2008-12-20 Tom LaneFix various confusions of pointers and OIDs, unsafe...
2008-12-20 Heikki LinnakangasDon't use OidIsValid to check the return value of trans...
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-19 Tom LaneWhen we added the ability to have zero-element ARRAY...
2008-12-18 Tom LaneFix oversight in my recent patch to allow ExecMakeFunct...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-17 Bruce MomjianThe attached patch contains a couple of fixes in the...
2008-12-16 Tom LaneMake heap_update() set newtup->t_tableOid correctly...
2008-12-16 Tom LaneDepartment of second thoughts: further experimentation...
2008-12-15 Tom LaneCode review for CREATE OR REPLACE VIEW patch. Do thing...
2008-12-15 Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-12-15 Tom LaneReduce the scaling factor for attstattarget to number...
2008-12-15 Tom LaneRemove our dependencies on MB_CUR_MAX in favor of belie...
2008-12-14 Tom LaneRestore enforce_generic_type_consistency's pre-8.3...
2008-12-14 Magnus HaganderReplace both send and receive BIO routines in the SSL...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-11 Tom LaneTo reduce confusion over whether VACUUM FULL is needed...
2008-12-11 Peter EisentrautThe macros NULL_DEV and DEVNULL were both used to work...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-10 Tom LaneTweak the tree descent loop in fsm_search_avail to...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-08 Tom LaneTeach pgstat_vacuum_stat to not bother scanning pg_proc...
2008-12-08 Tom LaneDon't try to optimize EXISTS subqueries with empty...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-06 Heikki LinnakangasMAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderDat...
2008-12-05 Peter EisentrautBetter descriptions in pg_get_keywords(), consistent...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-12-04 Teodor SigaevInitialize GISTScanOpaque->qual_ok even if there is...
2008-12-03 Magnus HaganderProperly unregister OpenSSL callbacks when libpq is...
next