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