summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-02-03Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas
2010-02-02Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander
2010-02-01Remove tabs in sgml.Bruce Momjian
2010-02-01Minor documentation improvements for new string_agg aggregate.Robert Haas
2010-02-01Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs
2010-02-01Add string_agg aggregate functions. The one argument version concatenatesItagaki Takahiro
2010-01-30Add plperl.on_perl_init setting to provide for initializing the perl library ...Andrew Dunstan
2010-01-29Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs
2010-01-29Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas
2010-01-28Add new make targets "world", "install-world" and "installcheck-world" to bui...Andrew Dunstan
2010-01-28Type table featurePeter Eisentraut
2010-01-28Add functions to reset the statistics counter for a single table/index orMagnus Hagander
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-27Fix typo.Magnus Hagander
2010-01-27Add support for RADIUS authentication.Magnus Hagander
2010-01-27Fix plperl.sgml errors from recent commit.Andrew Dunstan
2010-01-26Various small improvements and cleanups for PL/Perl.Andrew Dunstan
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2010-01-26Remove tabs in SGML.Bruce Momjian
2010-01-26Finally applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add the new f...Michael Meskes
2010-01-26Make the default pg_hba.conf and pg_ident.conf align at 8-character boundariesPeter Eisentraut
2010-01-25Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane
2010-01-25Add note that PREPARE TRANSACTION is for transaction managers, notHeikki Linnakangas
2010-01-24Add missing closing tag.Magnus Hagander
2010-01-23In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs
2010-01-22Revert mention that HTML documentation has to be built first.Bruce Momjian
2010-01-22Fix mismatched tags introduced by attribute options patch.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-22Document that the HTML documentation must be built before the PDFBruce Momjian
2010-01-22PL/Python DO handlerPeter Eisentraut
2010-01-21Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas
2010-01-20Add user-specific .pg_service.conf filePeter Eisentraut
2010-01-20Fix doc build, which was broken by PL/perl utility functions patch.Robert Haas
2010-01-20Add utility functions to PLPerl:Andrew Dunstan
2010-01-20Reformat documentation of libpq escaping functions.Robert Haas
2010-01-19Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide sharedMagnus Hagander
2010-01-19Add pg_table_size() and pg_indexes_size() to provide more user-friendlyTom Lane
2010-01-19Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.Tom Lane
2010-01-18Update SET CONSTRAINTS reference page --- it failed to mention EXCLUDETom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-16Fix spelling error, noticed by Thomas ShinnickMagnus Hagander
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-12Update MSVC build instructions.Magnus Hagander
2010-01-12Remove tabs in SGML file.Bruce Momjian
2010-01-11Add some simple support and documentation for using process-specific oom_adjTom Lane
2010-01-10Docs for behaviour change of drop database during Hot StandbySimon Riggs
2010-01-10Update Windows installation notes.Magnus Hagander
2010-01-10Document pg_tablespace.spcoptions.Robert Haas
2010-01-09Tidy up and refactor plperl.c.Andrew Dunstan
2010-01-08Add buffer access counters to pg_stat_statements.Itagaki Takahiro