Commit Graph

7368 Commits (1e4cc384abc30845ec1af3f0fde07bba02a0bcf6)

Author SHA1 Message Date
Heikki Linnakangas 808969d0e7 Add a message type header to the CopyData messages sent from primary 16 years ago
Magnus Hagander 0a27347141 Make RADIUS authentication use pg_getaddrinfo_all() to get address of 16 years ago
Bruce Momjian 1526d4e38f Remove tabs in sgml. 16 years ago
Robert Haas cccfc4efc4 Minor documentation improvements for new string_agg aggregate. 16 years ago
Simon Riggs 296578feb4 Revoke augmentation of WAL records for btree delete, per discussion. 16 years ago
Itagaki Takahiro 9ea9918e37 Add string_agg aggregate functions. The one argument version concatenates 16 years ago
Andrew Dunstan 85d67ccd75 Add plperl.on_perl_init setting to provide for initializing the perl library on load. Also, handle END blocks in plperl. 16 years ago
Simon Riggs 6d2bc0a6cf Augment WAL records for btree delete with GetOldestXmin() to reduce 16 years ago
Robert Haas d0cfc01823 Allow psql variables to be interpolated with literal or identifier escaping. 16 years ago
Andrew Dunstan 7523960d63 Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything. 16 years ago
Peter Eisentraut e7b3349a8a Type table feature 16 years ago
Magnus Hagander 083e1b0f27 Add functions to reset the statistics counter for a single table/index or 16 years ago
Joe Conway e3f36838e5 Introduce two new libpq connection functions, PQconnectdbParams and 16 years ago
Magnus Hagander ab13d1e925 Fix typo. 16 years ago
Magnus Hagander b3daac5a9c Add support for RADIUS authentication. 16 years ago
Andrew Dunstan 000416ac32 Fix plperl.sgml errors from recent commit. 16 years ago
Andrew Dunstan 1a7c2f9dea Various small improvements and cleanups for PL/Perl. 16 years ago
Tom Lane d879697cd2 Remove the default_do_language parameter, instead making DO use a hardwired 16 years ago
Bruce Momjian d36aa67152 Remove tabs in SGML. 16 years ago
Michael Meskes 96b8d5842c Finally applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add the new features his patches added to the docs. 16 years ago
Peter Eisentraut fd7673bc4e Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries 16 years ago
Tom Lane 9507c8a1db Add get_bit/set_bit functions for bit strings, paralleling those for bytea, 16 years ago
Heikki Linnakangas 1d1f425f8d Add note that PREPARE TRANSACTION is for transaction managers, not 16 years ago
Magnus Hagander 74f4be6c04 Add missing closing tag. 16 years ago
Simon Riggs 959ac58c04 In HS, Startup process sets SIGALRM when waiting for buffer pin. If 16 years ago
Bruce Momjian 4fa69e566c Revert mention that HTML documentation has to be built first. 16 years ago
Robert Haas a3d8fbf3ae Fix mismatched tags introduced by attribute options patch. 16 years ago
Robert Haas 76a47c0e74 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 16 years ago
Bruce Momjian 9ca0989037 Document that the HTML documentation must be built before the PDF 16 years ago
Peter Eisentraut adb7764030 PL/Python DO handler 16 years ago
Robert Haas d66679672f Add new escaping functions PQescapeLiteral and PQescapeIdentifier. 16 years ago
Peter Eisentraut 41a4e45957 Add user-specific .pg_service.conf file 16 years ago
Robert Haas 62b5c031f6 Fix doc build, which was broken by PL/perl utility functions patch. 16 years ago
Andrew Dunstan 05672e5045 Add utility functions to PLPerl: 16 years ago
Robert Haas 5b13d1ff53 Reformat documentation of libpq escaping functions. 16 years ago
Magnus Hagander 7e40cdc075 Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared 16 years ago
Tom Lane 4f15699d70 Add pg_table_size() and pg_indexes_size() to provide more user-friendly 16 years ago
Tom Lane 309cd7cf18 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. 16 years ago
Tom Lane 04ef404018 Update SET CONSTRAINTS reference page --- it failed to mention EXCLUDE 16 years ago
Tom Lane 9a915e596f Improve the handling of SET CONSTRAINTS commands by having them search 16 years ago
Magnus Hagander 1db098974c Fix spelling error, noticed by Thomas Shinnick 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Magnus Hagander b2aab42467 Update MSVC build instructions. 16 years ago
Bruce Momjian 6ce4e4f39b Remove tabs in SGML file. 16 years ago
Tom Lane d5e0029862 Add some simple support and documentation for using process-specific oom_adj 16 years ago
Simon Riggs f537e7dfa4 Docs for behaviour change of drop database during Hot Standby 16 years ago
Magnus Hagander 48eaa34d44 Update Windows installation notes. 16 years ago
Robert Haas 8b9fa7a93a Document pg_tablespace.spcoptions. 16 years ago
Andrew Dunstan a2b34b16be Tidy up and refactor plperl.c. 16 years ago
Itagaki Takahiro 8964dbd51e Add buffer access counters to pg_stat_statements. 16 years ago