Commit Graph

35189 Commits (a4424c57c3da52efa212b21521abff4bf129b19e)
 

Author SHA1 Message Date
Tom Lane a4424c57c3 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 12 years ago
Tom Lane f3839ea117 Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. 12 years ago
Tom Lane 007556bf08 Remove fixed limit on the number of concurrent AllocateFile() requests. 12 years ago
Andrew Dunstan d535136b5d Don't downcase non-ascii identifier chars in multi-byte encodings. 12 years ago
Andrew Dunstan 94e3311b97 Handle Unicode surrogate pairs correctly when processing JSON. 12 years ago
Peter Eisentraut c99d5d1bcc doc: Fix <synopsis> in <term> markup 12 years ago
Kevin Grittner 734fbbd1d2 Correct the documentation of pg_rewrite.ev_attr. 12 years ago
Tom Lane 7b1e893acd Minor docs wordsmithing. 12 years ago
Peter Eisentraut 58617e4dc1 doc: Clarify description of VALUES command 12 years ago
Heikki Linnakangas f73cb5567c Fix typo in comment. 12 years ago
Robert Haas a6370fd9ed Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page. 12 years ago
Bruce Momjian e2c84bc9f5 pg_upgrade: document that --link should be used with --check 12 years ago
Tom Lane 964c0d0f80 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 12 years ago
Peter Eisentraut a3bd6096bd Update SQL features list 12 years ago
Tom Lane 3f783c8827 Put analyze_keyword back in explain_option_name production. 12 years ago
Tom Lane 530acda4da Provide better message when CREATE EXTENSION can't find a target schema. 12 years ago
Tom Lane 5c7603c318 Add ARM64 (aarch64) support to s_lock.h. 12 years ago
Tom Lane dbc6eb1f4b Fix memory leak in LogStandbySnapshot(). 12 years ago
Heikki Linnakangas 79e15c7d86 Fix off-by-one in pg_xlogdump -r option. 12 years ago
Tom Lane 035a5e1e8c Add semicolons to eval'd strings to hide a minor Perl behavioral change. 12 years ago
Heikki Linnakangas 15386281a6 Put back allow_system_table_mods check in heap_create(). 12 years ago
Stephen Frost f129615fe7 Additional spelling corrections 12 years ago
Heikki Linnakangas e1e2bb34f1 Code review of recycling WAL segments in a restartpoint. 12 years ago
Tom Lane 2c92edad48 Allow type_func_name_keywords in some places where they weren't before. 12 years ago
Peter Eisentraut 22b36412c7 Another man page whitespace fix 12 years ago
Peter Eisentraut 93874ce064 Fix whitespace issues in the man pages 12 years ago
Tom Lane a149d8bd56 Fix unportable usage of isspace(). 12 years ago
Stephen Frost c9fc28a7f1 Minor spelling fixes 12 years ago
Stephen Frost 551938ae22 Post-pgindent cleanup 12 years ago
Peter Eisentraut dedf7e9919 doc: Remove paragraph about typesetting conventions 12 years ago
Noah Misch 97c4d9b7c7 Don't emit non-canonical empty arrays in array_remove(). 12 years ago
Peter Eisentraut 01497e738e Add new source files to nls.mk 12 years ago
Peter Eisentraut eff8055afb doc: Fix claim that query is passed as ASCII text 12 years ago
Peter Eisentraut 8b5a3998a1 Remove whitespace from end of lines 12 years ago
Peter Eisentraut d7eb6f46de Minor spell checking 12 years ago
Peter Eisentraut 97a11fd0e3 postgresql.conf.sample: Improve whitespace 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Robert Haas 07ab261ef3 Document auto_explain.log_timing. 12 years ago
Bruce Momjian f80e55054b pg_upgrade docs: mention need to set parameters for vacuumdb. 12 years ago
Stephen Frost 05624220c4 Documentation fix for ALTER TYPE .. RENAME 12 years ago
Heikki Linnakangas 230e92c82b Remove pageinspect--1.0.sql 12 years ago
Robert Haas 6eb971bd64 Fix typo in comment. 12 years ago
Heikki Linnakangas e2ef289363 Print line number correctly in COPY. 12 years ago
Bruce Momjian bc41ef4791 9.3 release notes: improve cached plan mention 12 years ago
Simon Riggs 22a27ef113 After fast promotion use CHECKPOINT_FORCE 12 years ago
Simon Riggs 75a192638f Maintain ThisTimeLineID correctly in checkpointer 12 years ago
Bruce Momjian 8955dac251 9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS 12 years ago
Bruce Momjian efc7952c89 9.3 release docs: fix DROP TABLE IF EXISTS 12 years ago
Peter Eisentraut 256f6ba78a Documentation spell checking and markup improvements 12 years ago
Heikki Linnakangas 30b5ede715 Fix escaping in generated recovery.conf file. 12 years ago