Age | Commit message (Expand) | Author |
2009-10-06 | Really unbreak maintainer-clean. | Alvaro Herrera |
2009-10-05 | Unbreak doc/src/sgml maintainer-clean rule on VPATH builds. | Alvaro Herrera |
2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
2009-10-03 | Document the purpose of the GUC listen_addresses. | Bruce Momjian |
2009-10-02 | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane |
2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
2009-09-30 | Assorted improvements in contrib/hstore. | Tom Lane |
2009-09-29 | Add tooltips to the header links, and make title a link to the home page | Peter Eisentraut |
2009-09-29 | Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL | Tom Lane |
2009-09-26 | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane |
2009-09-23 | Improve example for DO, per Petr Jelinek. | Tom Lane |
2009-09-22 | Unicode escapes in E'...' strings | Peter Eisentraut |
2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
2009-09-21 | Surrogate pair support for U& string and identifier syntax | Peter Eisentraut |
2009-09-21 | Define a new, more extensible syntax for COPY options. | Tom Lane |
2009-09-19 | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut |
2009-09-18 | A bit more wordsmithing on the COPY CSV NULL business. | Tom Lane |
2009-09-18 | Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level | Michael Meskes |
2009-09-18 | Easier to translate psql help | Peter Eisentraut |
2009-09-17 | CSV NULL Documentation | Bruce Momjian |
2009-09-17 | CVS NULL Documentation | Bruce Momjian |
2009-09-14 | Print builds don't actually depend on html target (anymore). | Peter Eisentraut |
2009-09-13 | Document that autovacuum_max_workers can only be set at server start | Peter Eisentraut |
2009-09-12 | Improve GRANT reference page's description of object ownership | Tom Lane |
2009-09-11 | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane |
2009-09-11 | Remove claim that this chapter discusses rules and triggers. | Peter Eisentraut |
2009-09-10 | Add note that the logging collector can block backends in high load situations. | Alvaro Herrera |
2009-09-08 | Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled | Tom Lane |
2009-09-05 | Add a note warning that COPY BINARY is very datatype-specific. | Tom Lane |
2009-09-03 | Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, | Tom Lane |
2009-09-03 | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane |
2009-08-28 | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut |
2009-08-27 | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane |
2009-08-27 | Fix broken markup | Alvaro Herrera |
2009-08-27 | Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. | Bruce Momjian |
2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
2009-08-26 | Correct my overly enthusiastic CSS simplification. | Peter Eisentraut |
2009-08-26 | Update the documentation CSS stylesheet to current web site style | Peter Eisentraut |
2009-08-24 | Try to make silent_mode behave somewhat reasonably. | Tom Lane |
2009-08-20 | Remove tabs from SGML. | Bruce Momjian |
2009-08-19 | Alter release note item about PL/pgSQL functions and dropped columns. | Peter Eisentraut |
2009-08-19 | Update alpha release notes to current. | Peter Eisentraut |
2009-08-18 | Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid | Tom Lane |
2009-08-18 | Remove duplicate from release notes, and reorganize slightly. | Peter Eisentraut |
2009-08-18 | Unaccent dictionary. | Teodor Sigaev |
2009-08-17 | Add release notes for 8.5alpha1 | Peter Eisentraut |
2009-08-17 | Make version.sgml depend on configure instead of Makefile.global. This | Peter Eisentraut |
2009-08-16 | Fix imprecise documentation of random(): it never returns 1.0. | Tom Lane |
2009-08-15 | Make sure that 'make distclean' cleans out all files that are not meant | Tom Lane |
2009-08-15 | Clarify the documentation about PL/Perl nested subroutines, per Josh | Peter Eisentraut |