]> granicus.if.org Git - postgresql/history - src
Export IsUnderPostmaster on win32.
[postgresql] / src /
2009-01-05 Alvaro HerreraExport IsUnderPostmaster on win32.
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 Peter EisentrautInitialize .pot files with some useful default values.
2009-01-02 Peter EisentrautSplit the ecpg translation support into a separate...
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 MomjianBe smarter --- accept missing comma, and force comma...
2009-01-01 Bruce MomjianMention src/interfaces/libpq/libpq.rc.in needs to be...
2009-01-01 Bruce MomjianMake comma optional for copyright text change.
2009-01-01 Tom LaneFix a couple of missed copyright dates.
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 LaneFix another problem in SQL-MED \d displays: should...
2008-12-31 Tom LaneConsistently use multi-line formatting for all ACL...
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 LaneReduce the last group of parallel regression tests...
2008-12-30 Heikki LinnakangasThe flag to mark dead tuples is nowadays called LP_DEAD...
2008-12-30 Tom LaneFix oversight in ALTER TABLE ENABLE/DISABLE RULE patch...
2008-12-29 Michael MeskesFinally the last test.
2008-12-29 Michael MeskesFirst rounf of whitespace changes. Everything but conne...
2008-12-29 Tom LaneTighten up a couple of regression test cases that can...
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-26 Tom LaneRemove unused include file, per ITAGAKI Takahiro. ...
2008-12-24 Bruce MomjianChange the name of dtrace wal tracepoints:
2008-12-20 Magnus HaganderTeach MSVC build system about building foreign data...
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 Alvaro HerreraHave psql's \d+ print reloptions. Extracted from Euler...
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 Michael MeskesApplied patch by ITAGAKI Takahiro <itagaki.takahiro...
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 Andrew DunstanAttempt to fix MSVC breakage from Major Version patch.
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 LaneFix cast-away-const problem as well as bogus calculatio...
2008-12-15 Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-12-15 Michael MeskesDo not try to change a const variable.
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-15 Magnus HaganderSupport specifying filename for SSL certificate, key...
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-12 Alvaro HerreraReduce some rel.h inclusions, and add pg_list.h to...
2008-12-12 Michael MeskesUsing clause has to accept signed numeric constants...
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 EisentrautMove carefully obscured SunOS 4 specific #include out...
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-07 Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
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 Magnus HaganderComment said we don't free the lockarray, and why....
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-04 Bruce MomjianFix typo in recent SSL unload patch.
2008-12-03 Magnus HaganderProperly unregister OpenSSL callbacks when libpq is...
2008-12-03 Heikki LinnakangasForgot to bump catalog version in the visibility map...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-12-03 Heikki LinnakangasSmall comment fixes.
2008-12-03 Heikki LinnakangasIf pg_stop_backup() is called just after switching...
2008-12-02 Heikki LinnakangasUse PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-12-02 Alvaro HerreraMinor code embellishments.
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-12-01 Heikki LinnakangasModify the new to_timestamp implementation so that...
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-12-01 Tom LaneRemove the last traces of --temp-port.
2008-12-01 Michael MeskesRemoved port testing.
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-30 Tom LaneAdd a "LIKE = typename" clause to CREATE TYPE for base...
2008-11-30 Tom LaneRemove inappropriate memory context switch in shutdown_...
next