Commit Graph

9686 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
Peter Eisentraut e5dc4cc24d PL/Perl: Add event trigger support 12 years ago
Robert Haas 6bea96dd49 Add a new option, -g, to createuser, to add membership in a role. 12 years ago
Peter Eisentraut a06af43695 doc: Fix DocBook table column count declaration 12 years ago
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding. 12 years ago
Noah Misch 53685d7981 Rename TABLE() to ROWS FROM(). 12 years ago
Bruce Momjian 01cc1fecfd pgcrypto docs: update cpu type used in duration testing 12 years ago
Bruce Momjian d6464fdc0a pgcrypto docs: update encryption timings and add relative times 12 years ago
Magnus Hagander 54aa5ef7f2 Fix a couple of typos 12 years ago
Peter Eisentraut 3164721462 SSL: Support ECDH key exchange 12 years ago
Fujii Masao 91484409bd Expose qurey ID in pg_stat_statements view. 12 years ago
Peter Eisentraut ef3267523d SSL: Add configuration option to prefer server cipher order 12 years ago
Bruce Momjian 8fe3d90d34 docs: update partition encryption options 12 years ago
Bruce Momjian fa4add50c4 docs: clarify SSL certificate authority chain docs 12 years ago
Bruce Momjian 5043fc8251 doc: split long query into multiple lines 12 years ago
Bruce Momjian 9e0a97f1c8 libpq: change PQconndefaults() to ignore invalid service files 12 years ago
Peter Eisentraut 95e3d50539 doc: Refine documentation about recovery command exist status 12 years ago
Tom Lane 02bb4bbc66 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Bruce Momjian 54916b99f7 doc: update wording of ineffective SET and ABORT commands 12 years ago
Tom Lane b8b7b723f2 Improve draft release notes. 12 years ago
Tom Lane 23e796de15 Draft release notes for 9.3.2. 12 years ago
Peter Eisentraut 3c81b5c1d2 doc: Disable preface.autolabel in XSLT 12 years ago
Tom Lane 4796035402 Editorial corrections to the October 2013 minor-release notes. 12 years ago
Peter Eisentraut 1eafea5d1b doc: Simplify handling of variablelists in XSLT build 12 years ago
Peter Eisentraut 50107ee7a5 doc: Enhance documentation of ssl_ciphers setting a bit 12 years ago
Peter Eisentraut 384eb1d40d doc: Allow selecting web site CSS style sheet in XSLT HTML build 12 years ago
Peter Eisentraut b6ecde8ed4 doc: Set chunk.first.sections in XSLT, for consistency with DSSSL output 12 years ago
Bruce Momjian 9ef780d4d7 pg_buffercache docs: adjust order of fields 12 years ago
Peter Eisentraut a607b6903e doc: Put data types in alphabetical order 12 years ago
Kevin Grittner 89ba815092 Minor correction of READ COMMITTED isolation level docs. 12 years ago
Michael Meskes 2390f2b2d3 Documentation fix for ecpg. 12 years ago
Fujii Masao d1b88f6b36 Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory. 12 years ago
Fujii Masao 551c78281b Fix typo in release note. 12 years ago
Peter Eisentraut 85ed91ee7d Implement information_schema.parameters.parameter_default column 12 years ago
Peter Eisentraut 3803ff985c doc: Add id to index in XSLT build 12 years ago
Bruce Momjian a6542a4b68 Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior 12 years ago
Michael Meskes 05b476c298 More improvement to comment parsing in ecpg. 12 years ago
Peter Eisentraut a5036ca998 PL/Tcl: Add event trigger support 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Bruce Momjian 22967d8003 docs: update page format to specify page checksum field 12 years ago
Tom Lane f901bb50e3 Add make_date() and make_time() functions. 12 years ago
Tom Lane 6cb86143e8 Allow aggregates to provide estimates of their transition state data size. 12 years ago
Robert Haas 71dd54ada9 doc: Restore proper alphabetical order. 12 years ago
Tom Lane 5d924f067c Clarify CREATE FUNCTION documentation about handling of typmods. 12 years ago
Bruce Momjian cd8115e009 docs: clarify MVCC introduction to allow for per-statement snapshots 12 years ago
Robert Haas 9cab81b572 doc: Fix typo. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Robert Haas 636b868f17 doc: Clarify under what circumstances pg_dump needs superuser access. 12 years ago
Robert Haas 07cacba983 Add the notion of REPLICA IDENTITY for a table. 12 years ago
Tom Lane bb45c64041 Support default arguments and named-argument notation for window functions. 12 years ago
Tom Lane 920c8261d5 Improve the error message given for modifying a window with frame clause. 12 years ago