summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-10Add a --locale switch to createdb, to ease the creation of databases withAlvaro Herrera
2008-11-10pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane
2008-11-10Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane
2008-11-10Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane
2008-11-09Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane
2008-11-09Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane
2008-11-09Add some documentation about handling of fractions in interval input.Tom Lane
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-11-08Fix recently added code for SQL years-months interval syntax so thatTom Lane
2008-11-07Add some more citext test cases, per David Wheeler. Also remove theTom Lane
2008-11-07Improve documentation of pg_typeof, per gripe from David Wheeler.Tom Lane
2008-11-07Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane
2008-11-06Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane
2008-11-06Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane
2008-11-06The logic in systable_beginscan to translate heap attribute numbers toHeikki Linnakangas
2008-11-05This maneuver really requires a comment ...Tom Lane
2008-11-05change fix for suppress_redundant_updates_trigger() where relation has Oids, ...Andrew Dunstan
2008-11-05fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f...Andrew Dunstan
2008-11-05A few additional test cases for array functionalityPeter Eisentraut
2008-11-05Rename several aliases for PLpgSQL_datum.dno to also be called dno.Tom Lane
2008-11-04Document that SSL is only possible on tcp/ip connections in theBruce Momjian
2008-11-04Document that 'sslmode' is ignored for Unix domain socket communication;Bruce Momjian
2008-11-04Revert unwanted patch, per Tom.Alvaro Herrera
2008-11-04Remove unused rfno from PLpgSQL_recfieldAlvaro Herrera
2008-11-04Fix bug introduced in recent patch to make plpython cope with OUT arguments:Tom Lane
2008-11-04Experimental new support for building man pages via docbook2x, an XSL-basedPeter Eisentraut
2008-11-04ADD array_ndims functionPeter Eisentraut
2008-11-04Fix compiler warning about uninitialized variablePeter Eisentraut
2008-11-04Add missing colon to docs.Bruce Momjian
2008-11-04Remove tabs from SGML file.Bruce Momjian
2008-11-04Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane
2008-11-04Fix compiler warnings (including a seriously bogus elog call); minorTom Lane
2008-11-03Use bool for a boolean flag.Tom Lane
2008-11-03Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut
2008-11-03Dept of second thoughts: seems it'd be safer if pg_typeof is markedTom Lane
2008-11-03Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane
2008-11-03suppress_redundant_updates_trigger function.Andrew Dunstan
2008-11-03Fix silly typo in previous commit.Alvaro Herrera
2008-11-03Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera
2008-11-03Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane
2008-11-03Reduce the acceptable staleness of pgstat data for autovacuum, per theAlvaro Herrera
2008-11-03Add pg_typeof() function.Tom Lane
2008-11-03Small shell syntax improvement.Bruce Momjian
2008-11-03Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini.Alvaro Herrera
2008-11-03Fix mistakes in comment headersAlvaro Herrera
2008-11-03Fix incorrect comment in SSL codeMagnus Hagander
2008-11-03Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane
2008-11-02Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-11-01Move from strcmp to strncmp to be more tolerant for changes to the parser.Michael Meskes