Commit Graph

35217 Commits (b8fd1a09f382f04c41128fded4d56da2127ce92d)
 

Author SHA1 Message Date
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 13 years ago
Simon Riggs 22a27ef113 After fast promotion use CHECKPOINT_FORCE 13 years ago
Simon Riggs 75a192638f Maintain ThisTimeLineID correctly in checkpointer 13 years ago
Bruce Momjian 8955dac251 9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS 13 years ago
Bruce Momjian efc7952c89 9.3 release docs: fix DROP TABLE IF EXISTS 13 years ago
Peter Eisentraut 256f6ba78a Documentation spell checking and markup improvements 13 years ago
Heikki Linnakangas 30b5ede715 Fix escaping in generated recovery.conf file. 13 years ago
Tom Lane 2af0971f35 Clarify documentation of EXPLAIN (TIMING OFF) option. 13 years ago
Simon Riggs d4337a0dcb Init crash recovery using the latest available TLI 13 years ago
Simon Riggs 1781744cfc Emit msg correctly for timeline-crossing crash 13 years ago
Simon Riggs c94dff4c3c Remove single space on end of a line in xlog.c 13 years ago
Heikki Linnakangas d0cab7903b Remove unused regression test files. 13 years ago
Bruce Momjian f472012a32 release docs: mention PL/pgSQL as supporting event triggers in PG 9.3 13 years ago
Tom Lane 403bd6a18b Fix crash when trying to display a NOTIFY rule action. 13 years ago
Tom Lane 6563fb2b45 Fix fd.c to preserve errno where needed. 13 years ago
Tom Lane e7bfc7e42c Fix some uses of "the quick brown fox". 13 years ago
Tom Lane b142068622 Allow CREATE FOREIGN TABLE to include SERIAL columns. 13 years ago
Peter Eisentraut a2a480af88 doc: Add \dm command to psql man page 13 years ago
Peter Eisentraut a9bb274f90 doc: Fix some whitespace issues in the man pages 13 years ago
Peter Eisentraut d2b920cded pg_upgrade: Replace tabs in output string constants by spaces 13 years ago
Peter Eisentraut bd17102487 doc: Fix order of options on pgbench man page 13 years ago
Tom Lane e9c336c786 Fix handling of OID wraparound while in standalone mode. 13 years ago
Tom Lane 904af8db8a Fix handling of strict non-set functions with NULLs in set-valued inputs. 13 years ago
Peter Eisentraut f0ed3a8a99 pgbench: Fix order of options in --help output 13 years ago
Peter Eisentraut a4fd3366a6 pg_xlogdump: Improve --help output 13 years ago
Tom Lane 35d50b527a Fix to_number() to correctly ignore thousands separator when it's '.'. 13 years ago
Tom Lane 8cade04c10 Fix buildfarm incompatibility in updated pg_upgrade test script. 13 years ago
Tom Lane 7e2b1c03ce Make pg_upgrade's test script attempt to select a non-conflicting port. 13 years ago
Tom Lane c263f16a20 Update CREATE FUNCTION documentation about argument names. 13 years ago