Commit Graph

8881 Commits (74ef810ca6df5bfbebdd3ea4ddeee1fa24327fb2)

Author SHA1 Message Date
Magnus Hagander 184341309e Today is find-typo-in-old-patches day. Fix wrong cut/paste in ident 17 years ago
Magnus Hagander a27addbc87 Make it possible to change Kerberos/GSSAPI parameters without restarting 17 years ago
Tom Lane ccdb6627ee Tweak guc.c to allow underscores in the names of custom variable classes, 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane df0ea5a1cd Throw error if a <window definition> references a window that already has a 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Tom Lane 8e8854daa2 Add some basic support for window frame clauses to the window-functions 17 years ago
Tom Lane 2c38b8c715 Fix thinko in documentation of default window frame behavior, 17 years ago
Tom Lane 95b07bc7f5 Support window functions a la SQL:2008. 17 years ago
Tom Lane ea7d5199e5 Add a new column proiswindow to pg_proc. It doesn't actually do anything 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Tom Lane e32014d85d Add a couple of cross-references to the docs about enum types, per a 17 years ago
Bruce Momjian 382af3a954 Add "not" to wal journaling text. 17 years ago
Bruce Momjian fa6116a3da Clarify documentation that journaling is not required for WAL or data files. 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Bruce Momjian cee63eab8d Update documentation table describing how shared memory is used by 17 years ago
Peter Eisentraut a666d28543 Add note that TRUNCATE uses an access exclusive lock. This apparently 17 years ago
Alvaro Herrera 5434e46986 Add note to the shared memory sizing table about needing to use page count in 17 years ago
Bruce Momjian 7ac5727659 Fix wording of section comparing triggers and rules; old wording as 17 years ago
Bruce Momjian 30c6202a2a Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior. 17 years ago
Tom Lane 4da65a23e7 Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to 17 years ago
Magnus Hagander 5f3724dd7c Support specifying filename for SSL certificate, key, root certificate store 17 years ago
Tom Lane 65e3ea7641 Increase the default value of default_statistics_target from 10 to 100, 17 years ago
Tom Lane 17dc173660 To reduce confusion over whether VACUUM FULL is needed for anti-wraparound 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Bruce Momjian 253fa736b9 Update journaling performance docs based on comments by Michael Renner. 17 years ago
Tom Lane 5932915fef Add a specific example of parenthesizing when extracting a field of a 17 years ago
Magnus Hagander 9edd720050 Clearify how processes are started by autovacuum, and what the effect 17 years ago
Magnus Hagander bd33aca36e Add note that autovacuum can use up several times maintenance_work_mem, 17 years ago
Alvaro Herrera aa7f00464d Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious 17 years ago
Bruce Momjian ff1ea2173a Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 17 years ago
Bruce Momjian 31076c8beb Document that non-data journaling is a recommended mount option. 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Peter Eisentraut 44ff90966c Update key words table to 8.4 and SQL:2008. 17 years ago
Magnus Hagander b0729b8d4e Documentation for wildcard certificates patch 17 years ago
Peter Eisentraut 6355e69d1e Add braces to clarify syntax synopsis 17 years ago
Peter Eisentraut e3764aa1b1 Small correction 17 years ago
Peter Eisentraut d653d47f37 typo 17 years ago
Tom Lane 3f936aacc0 Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows 17 years ago
Magnus Hagander 5d2a1a41d0 Support regular expressions in pg_ident.conf. 17 years ago
Peter Eisentraut c3cee16fe8 Add that PL/Java is an implementation of SQL/JRT, and drop claim that 17 years ago
Tom Lane e309739670 Tweak wording of DISCARD ALL description to avoid giving the impression 17 years ago
Peter Eisentraut f900afff3e configure check for docbook2man program, used in the new XML-based man 17 years ago
Tom Lane 1b26b07379 Make DISCARD ALL discard advisory locks, too. Marko Kreen 17 years ago
Tom Lane 8a10096440 information_schema.key_column_usage.position_in_unique_constraint was 17 years ago
Tom Lane 1304f297a4 Remove PGINTERVALSTYLE from the set of special environment variables for 17 years ago
Peter Eisentraut 0884acbcab Move FAQ_AIX information to installation instructions. 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Tom Lane 86422cbbfc Minor copy-editing. 17 years ago
Magnus Hagander bae2116ac6 Document which GUC settings are enums and not strings, along with a short 17 years ago