Commit Graph

35306 Commits (02d2b694ee42a9e241d37ce67df122fff43d5bb9)
 

Author SHA1 Message Date
Noah Misch 02d2b694ee Update messages, comments and documentation for materialized views. 12 years ago
Jeff Davis 269e780822 Use posix_fallocate() for new WAL files, where available. 12 years ago
Magnus Hagander 8800d8061d Remove stray | character 12 years ago
Magnus Hagander c3cb14de33 Fix spelling error 12 years ago
Magnus Hagander c87ff71f37 Expose the estimation of number of changed tuples since last analyze 12 years ago
Michael Meskes 9ce9dfdb99 Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line statements. 12 years ago
Noah Misch 79e0f87a15 Use type "int64" for memory accounting in tuplesort.c/tuplestore.c. 12 years ago
Fujii Masao 7842d41df5 Fix typo in comment. 12 years ago
Bruce Momjian 361b94c4b9 Add C comment about \copy bug in CSV mode 12 years ago
Bruce Momjian 20a1b9e71b Add contrib function references in the doc index 12 years ago
Robert Haas 6bc8ef0b7f Add new GUC, max_worker_processes, limiting number of bgworkers. 12 years ago
Robert Haas 5cbe935c9d docs: Clarify flag dependencies for background workers. 12 years ago
Peter Eisentraut 0d1795680d doc: Fix typo in event trigger documentation 12 years ago
Peter Eisentraut 0fe21ad8aa doc: Add event trigger C API documentation 12 years ago
Andrew Dunstan 82b0102650 Install all a Makefile's extension controls, not just the first. 12 years ago
Fujii Masao 2ef085d0e6 Get rid of pg_class.reltoastidxid. 12 years ago
Bruce Momjian f71939cd1a pg_buffercache: document column meanings 12 years ago
Robert Haas f33c53ec5b Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION." 12 years ago
Robert Haas 263645305b Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION. 12 years ago
Tom Lane 5530a82643 Fix handling of auto-updatable views on inherited tables. 12 years ago
Alvaro Herrera 620935ad08 Unbreak postmaster restart-after-crash sequence 12 years ago
Robert Haas 00a7767fcc Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify. 12 years ago
Robert Haas ada3e776c2 Additional regression tests for CREATE OPERATOR. 12 years ago
Noah Misch 7cd9b1371d Expose object name error fields in PL/pgSQL. 12 years ago
Peter Eisentraut 69e4fd4541 doc: Remove i18ngurus.com link 12 years ago
Peter Eisentraut d864852685 Add #include to make header file independent 12 years ago
Peter Eisentraut 5ecfa1f6a3 doc: Arrange See Also links in more consistent order 12 years ago
Peter Eisentraut 614ce64f6c pg_restore: Error about incompatible options 12 years ago
Robert Haas 3682025015 Add support for multiple kinds of external toast datums. 12 years ago
Alvaro Herrera 148326b994 Mention extra_float_digits in floating point docs 12 years ago
Heikki Linnakangas d2e71ff757 Silence compiler warning in assertion-enabled builds. 12 years ago
Bruce Momjian cce5d851ed pg_upgrade: revert changing '' to "" 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Peter Eisentraut 384f933046 Fix regression test make dependencies 12 years ago
Bruce Momjian 605b4c5a6b pg_dump docs: use escaped double-quotes, for Windows 12 years ago
Robert Haas 0d22987ae9 Add a convenience routine makeFuncCall to reduce duplication. 12 years ago
Bruce Momjian 3132a9b7ab pg_upgrade: use "" rather than '', for Windows 12 years ago
Bruce Momjian 7408c5d29b Add timezone offset output option to to_char() 12 years ago
Andrew Dunstan 6697aa2bc2 Improve support for building PGXS modules with VPATH. 12 years ago
Bruce Momjian 6d432152b9 Update LSB URL in pg_ctl 12 years ago
Bruce Momjian 06b804377c Remove undocumented -h (help) option 12 years ago
Heikki Linnakangas 031cc55bbe Optimize pglz compressor for small inputs. 12 years ago
Heikki Linnakangas 79ce29c734 Retry short writes when flushing WAL. 12 years ago
Peter Eisentraut 129759d6a5 Fix cpluspluscheck in checksum code 12 years ago
Peter Eisentraut 14a85031b1 ecpg: Consistently use mm_strdup() 12 years ago
Heikki Linnakangas ee6556555b Inline ginCompareItemPointers function for speed. 12 years ago
Simon Riggs d51b271059 Change errcode for lock_timeout to match NOWAIT 12 years ago
Simon Riggs f177cbfe67 ALTER TABLE ... ALTER CONSTRAINT for FKs 12 years ago
Simon Riggs 2f74e4ec50 Assert that ALTER TABLE subcommands have pass set 12 years ago
Bruce Momjian f85136106d pg_upgrade: pass username to analyze script 12 years ago