]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2008-11-06 Tom LaneImprove psql's \dC command to take a pattern parameter...
2008-11-06 Heikki LinnakangasThe logic in systable_beginscan to translate heap attri...
2008-11-05 Tom LaneThis maneuver really requires a comment ...
2008-11-05 Andrew Dunstanchange fix for suppress_redundant_updates_trigger(...
2008-11-05 Andrew Dunstanfix suppress_redundant_updates_trigger() where relation...
2008-11-05 Peter EisentrautA few additional test cases for array functionality
2008-11-05 Tom LaneRename several aliases for PLpgSQL_datum.dno to also...
2008-11-04 Bruce MomjianDocument that SSL is only possible on tcp/ip connection...
2008-11-04 Bruce MomjianDocument that 'sslmode' is ignored for Unix domain...
2008-11-04 Alvaro HerreraRevert unwanted patch, per Tom.
2008-11-04 Alvaro HerreraRemove unused rfno from PLpgSQL_recfield
2008-11-04 Tom LaneFix bug introduced in recent patch to make plpython...
2008-11-04 Peter EisentrautExperimental new support for building man pages via...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-04 Peter EisentrautFix compiler warning about uninitialized variable
2008-11-04 Bruce MomjianAdd missing colon to docs.
2008-11-04 Bruce MomjianRemove tabs from SGML file.
2008-11-04 Tom LaneDisallow LOCK TABLE outside a transaction block (or...
2008-11-04 Tom LaneFix compiler warnings (including a seriously bogus...
2008-11-03 Tom LaneUse bool for a boolean flag.
2008-11-03 Peter EisentrautAllow uuid_in() to parse a wider variety of variant...
2008-11-03 Tom LaneDept of second thoughts: seems it'd be safer if pg_type...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Alvaro HerreraFix silly typo in previous commit.
2008-11-03 Alvaro HerreraFix TransactionIdSetStatusBit so that it doesn't try...
2008-11-03 Tom LaneFix two error-recovery bugs in describeOneTableDetails...
2008-11-03 Alvaro HerreraReduce the acceptable staleness of pgstat data for...
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-11-03 Bruce MomjianSmall shell syntax improvement.
2008-11-03 Alvaro HerreraUpdate URL to Docbook DSSSL stylesheets, per Gabriele...
2008-11-03 Alvaro HerreraFix mistakes in comment headers
2008-11-03 Magnus HaganderFix incorrect comment in SSL code
2008-11-03 Tom LaneChange the pgstat logic so that the stats collector...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-11-01 Michael MeskesMove from strcmp to strncmp to be more tolerant for...
2008-11-01 Michael MeskesUse string component in index structure.
2008-11-01 Michael MeskesDo not eat memory even in case of an out-of-memory...
2008-10-31 Tom LaneSimplify ExecutorRun's API and save some trivial number...
2008-10-31 Heikki LinnakangasUpdate FSM on WAL replay. This is a bit limited; the...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-31 Michael MeskesAdded missing ';'
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-31 Peter EisentrautThe conversion rule from postgres.sgml to postgres...
2008-10-31 Heikki LinnakangasAdd test case for CREATE CAST.
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-31 Peter EisentrautMessage improvement
2008-10-30 Tom LaneUpdate back-branch release notes.
2008-10-30 Magnus HaganderRevert previous patch to put the shared memory segment...
2008-10-30 Tom LaneUpdate time zone data files to tzdata release 2008i...
2008-10-30 Peter EisentrautMissing space in error message
2008-10-30 Tom LaneFix recoveryLastXTime logic so that it actually does...
2008-10-29 Peter EisentrautMove forgotten comment closer to where it matters.
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-10-29 Bruce MomjianRemove tab from sgml file.
2008-10-29 Peter EisentrautUpdate on array features support
2008-10-29 Peter EisentrautSince SQL:2003, the array size specification in the...
2008-10-29 Peter EisentrautUse Autoconf provided AS_HELP_STRING macro to automatic...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
next