]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-11-23  Tom LaneTeach RequestCheckpoint() to wait and retry a few times...
2008-11-22  Tom LaneSwitch the planner over to treating qualifications...
2008-11-21  Tom LaneMinor copy-editing.
2008-11-21  Magnus HaganderFix a few more format argument warnings.
2008-11-21  Magnus HaganderDocument which GUC settings are enums and not strings...
2008-11-21  Magnus HaganderDocs update for enumvals patch.
2008-11-21  Magnus HaganderMake the enumvals column of pg_settings be text[] inste...
2008-11-21  Peter EisentrautInclude the platform "FAQs" into the installation instr...
2008-11-21  Peter EisentrautUse relation_expr for TABLE command, requested by Tom.
2008-11-20  Tom LaneNote that the example aggregate array_accum is comparab...
2008-11-20  Bruce MomjianIssue a proper error message when MD5 is attempted...
2008-11-20  Tom LaneFix breakage of bitmap scan plan creation for special...
2008-11-20  Magnus HaganderDon't pass strings directly to errdetail() and errhint...
2008-11-20  Magnus HaganderSilence compiler warning about ignored return value...
2008-11-20  Peter EisentrautTABLE command
2008-11-20  Magnus HaganderAdd support for using SSL client certificates to authen...
2008-11-20  Magnus HaganderControl client certificate requesting with the pg_hba...
2008-11-19  Peter EisentrautAdd WITH as a refname to the SELECT reference page.
2008-11-19  Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-19  Teodor SigaevFix compiler warning "res may be used uninitialized...
2008-11-19  Peter EisentrautChange this script to Perl 5 style. Add support for...
2008-11-19  Bruce MomjianAdd "Most Common Implementation" row to high availablit...
2008-11-19  Tom LaneAdd auto-explain contrib module for automatic logging...
2008-11-19  Tom LaneFix define_custom_variable so that SUSET custom variabl...
2008-11-19  Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-18  Magnus HaganderAdd required include to build with cygwin.
2008-11-18  Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-11-17  Bruce MomjianDocument that Bucardo is an example of mulit-master...
2008-11-17  Teodor SigaevReplace plain-memory ordered array by binary tree in...
2008-11-16  Tom LaneModify UPDATE/DELETE WHERE CURRENT OF to use the FOR...
2008-11-15  Tom LaneAdd missing dependencies to preproc.y build rule
2008-11-15  Andrew DunstanAdd missing semicolon, per grip from Alex Hunsaker.
2008-11-15  Peter EisentrautFix crash of xmlconcat(NULL)
2008-11-15  Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-14  Tom LaneDocument a gotcha that happens on Windows when using...
2008-11-14  Magnus HaganderExclude contrib/intagg from the list of MSVC project...
2008-11-14  Tom LaneOne more hack to see if we can get the cygwin machines...
2008-11-14  Tom LaneSecond try at fixing DLLIMPORT problem for pg_crc.h...
2008-11-14  Tom LaneReduce contrib/intagg to a thin wrapper around the...
2008-11-14  Tom LaneIn CREATE AGGREGATE, allow the transition datatype...
2008-11-14  Tom Laneecpg's preproc.y is now generated as needed, so remove...
2008-11-14  Tom LaneMake CREATE CONVERSION verify that a putative encoding...
2008-11-14  Tom LaneImprove comment about when to clean generated files.
2008-11-14  Michael MeskesEnable script to generate preproc.y in build process.
2008-11-14  Michael MeskesFixed test for output_filename == stdout.
2008-11-14  Heikki LinnakangasFix oversight in previous error-reporting patch; mustn...
2008-11-14  Peter EisentrautSince doc/src/sgml already builds the HTML docs twice...
2008-11-14  Peter EisentrautSet SQL man pages to be section 7 by default, and only...
2008-11-14  Michael MeskesAdded files containing changes between gram.y and prepr...
2008-11-14  Michael MeskesAdding script that generates preproc.y from gram.y...
2008-11-14  Tom LaneActually, instead of whining about how type internal...
2008-11-14  Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-14  Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-14  Tom LaneMinor code clarity improvements in array_agg functions...
2008-11-13  Tom LaneMarginal editorial improvements for array_agg patch...
2008-11-13  Tom LaneSuppress leap-second-aware timezones in the output...
2008-11-13  Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-13  Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-13  Tom LanePGDLLIMPORT-ize the global variables referenced in...
2008-11-13  Michael MeskesUpdated parser file to the one generated by the latest...
2008-11-13  Michael MeskesRemoved two non-terminals:
2008-11-13  Magnus HaganderFix libpq certificate validation for SSL connections.
2008-11-13  Tom LaneArrange to cache the results of looking up a btree...
2008-11-12  Tom LaneIn predtest.c, install a limit on the number of branche...
2008-11-12  Alvaro HerreraUpdate URL to Ross Williams' CRC paper.
2008-11-12  Peter EisentrautSupport for man page links, if a man page has more...
2008-11-12  Peter EisentrautRemove unnecessary whitespace in refname elements....
2008-11-12  Peter EisentrautAdd refentrytitle elements to refentry pages. Their...
2008-11-12  Michael MeskesDo not use ICONST/SCONST in rules other than Iconst...
2008-11-12  Teodor SigaevSupport of multibyte encoding for pg_trgm
2008-11-12  Tom LaneIf we're going to use a SQL function for this, at least...
2008-11-12  Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-12  Heikki LinnakangasFix off-by-one error in autovacuum shmem struct sizing...
2008-11-12  Tom LaneClean up the ancient decision to show only two fraction...
2008-11-12  Andrew DunstanDetect and error out on inability to get proper linkage...
2008-11-11  Magnus HaganderMention the tup_fetched column in pg_stat_database.
2008-11-11  Tom LaneEnsure that the phrels sets of PlaceHolderVars appearin...
2008-11-11  Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-11-11  Magnus HaganderMake psql report "SSL connection (unknown cipher)"...
2008-11-11  Tom LaneFix sloppy omission of now-required #include's.
2008-11-11  Heikki LinnakangasChange error messages to print the physical path, like
2008-11-11  Michael MeskesReplaced manually synced preproc.y by the one created...
2008-11-11  Tom LaneAdd an explicit caution about how to use pg_do_encoding...
2008-11-11  Tom LaneAdd support for input and output of interval values...
2008-11-10  Alvaro HerreraFix a case of string building.
2008-11-10  Tom LaneFix bugs in sqlchar_to_unicode and unicode_to_sqlchar...
2008-11-10  Heikki LinnakangasFix 'Q' format char parsing in the new to_timestamp...
2008-11-10  Alvaro HerreraAdd a --locale switch to createdb, to ease the creation...
2008-11-10  Tom Lanepg_do_encoding_conversion cannot return NULL (at least...
2008-11-10  Tom LaneFix old bug in contrib/sslinfo: X509_NAME_to_text freed...
2008-11-10  Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09  Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09  Tom LaneAdd a startup check that pg_xlog and pg_xlog/archive_st...
2008-11-09  Tom LaneAdd some documentation about handling of fractions...
2008-11-09  Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-11-08  Tom LaneFix recently added code for SQL years-months interval...
2008-11-07  Tom LaneAdd some more citext test cases, per David Wheeler...
2008-11-07  Tom LaneImprove documentation of pg_typeof, per gripe from...
2008-11-07  Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-06  Tom LaneImprove bulk-insert performance by keeping the current...
next