Commit Graph

7281 Commits (dd4cd55c15886c46378dc27f44f59a6de8c4d45b)

Author SHA1 Message Date
Tom Lane 602a9ef5a7 Make LOAD of an already-loaded library into a no-op, instead of attempting 16 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 16 years ago
Tom Lane bb16dc49ab Modify the definition of window-function PARTITION BY and ORDER BY clauses 16 years ago
Alvaro Herrera f065b17d9f Fix broken markup 16 years ago
Bruce Momjian a814170d89 Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 16 years ago
Peter Eisentraut 6c74c9dad8 Correct my overly enthusiastic CSS simplification. 16 years ago
Peter Eisentraut ae3da8ad40 Update the documentation CSS stylesheet to current web site style 16 years ago
Tom Lane 8bed238c87 Try to make silent_mode behave somewhat reasonably. 16 years ago
Bruce Momjian 1710800813 Remove tabs from SGML. 16 years ago
Peter Eisentraut c9ebd16dfa Alter release note item about PL/pgSQL functions and dropped columns. 16 years ago
Peter Eisentraut 215988f766 Update alpha release notes to current. 16 years ago
Tom Lane be4cd18f71 Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid 16 years ago
Peter Eisentraut e31b35faa5 Remove duplicate from release notes, and reorganize slightly. 16 years ago
Teodor Sigaev 92e05bc6a5 Unaccent dictionary. 16 years ago
Peter Eisentraut 77dfb64df4 Add release notes for 8.5alpha1 16 years ago
Peter Eisentraut 42d2470c38 Make version.sgml depend on configure instead of Makefile.global. This 16 years ago
Tom Lane 26a90c654f Fix imprecise documentation of random(): it never returns 1.0. 16 years ago
Tom Lane b328853733 Make sure that 'make distclean' cleans out all files that are not meant 16 years ago
Peter Eisentraut 1a6d678f00 Clarify the documentation about PL/Perl nested subroutines, per Josh 16 years ago
Teodor Sigaev abd8c94ff9 Add prefix support for synonym dictionary 16 years ago
Tom Lane 5d3e2324a6 The html-stamp and man-stamp files also need to be cvsignore'd. 16 years ago
Peter Eisentraut ef7574eb01 Document the minimum required Python version. 16 years ago
Peter Eisentraut f4a4aec4b3 Add .cvsignore entries for documentation files 16 years ago
Peter Eisentraut 99909881fb Remove unnecessary files from distribution 16 years ago
Peter Eisentraut a16461dfad Simplify and speed up man page installation 16 years ago
Alvaro Herrera 61c4513cc9 Refactor some $(JADE.tex.call)s 16 years ago
Bruce Momjian 6f44878018 Remove tab in SGML. 16 years ago
Alvaro Herrera 6c157684c7 Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation". 16 years ago
Alvaro Herrera 59ab8c6c73 Fix number of columns declared for pg_user_mappings description table. 16 years ago
Tom Lane e61fd4ac74 Support EEEE (scientific notation) in to_char(). 16 years ago
Tom Lane f3f6737af9 Adjust extract(epoch) example to clarify that it includes fractional 16 years ago
Tom Lane 9bd27b7c9e Extend EXPLAIN to support output in XML or JSON format. 16 years ago
Andrew Dunstan 18894c401f Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. 16 years ago
Peter Eisentraut ed9208829a Ship documentation without intermediate tarballs 16 years ago
Alvaro Herrera 05f43650fc Document that autovacuum may run ANALYZE 16 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 16 years ago
Alvaro Herrera 6403c35ee6 Fix manpages related to SPI functions. 16 years ago
Tom Lane 25bd9ce31b Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn. 16 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 16 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 16 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 16 years ago
Tom Lane f192e4a5d0 Cause pg_proc.probin to be declared as text, not bytea. Everything was 16 years ago
Joe Conway be6bca23b3 Implement has_sequence_privilege() 16 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 16 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 16 years ago
Tom Lane 9072592946 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 16 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 16 years ago
Tom Lane c1b9ec24ef Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. 16 years ago
Tom Lane d4382c4ae7 Extend EXPLAIN to allow generic options to be specified. 16 years ago