Commit Graph

11861 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Tom Lane cd3413ec36 Disable event triggers in standalone mode. 13 years ago
Peter Eisentraut 8e48d77cab doc: Remove blastwave.org link 13 years ago
Tom Lane b46c92112b Fix assorted bugs in privileges-for-types patch. 13 years ago
Tom Lane a99c42f291 Support automatically-updatable views. 13 years ago
Peter Eisentraut d12d9f595e Update iso.org page link 13 years ago
Simon Riggs 1eb6cee499 Clarify that COPY FREEZE is not a hard rule. 13 years ago
Tom Lane 31a891857a Improve pl/pgsql to support composite-type expressions in RETURN. 13 years ago
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Heikki Linnakangas 357cbaaeae Add pgstatginindex() function to get the size of the GIN pending list. 13 years ago
Peter Eisentraut aa2fec0a18 Add support for LDAP URLs 13 years ago
Bruce Momjian 630cd14426 Add initdb --sync-only option to sync the data directory to durable 13 years ago
Bruce Momjian 25d1ed04a2 Revert initdb --sync-only patch that had incorrect commit messages. 13 years ago
Bruce Momjian 2da3005a18 dummy commit 13 years ago
Bruce Momjian d854c7dc6c dummy commit 13 years ago
Bruce Momjian cd7569a546 dummy commit 13 years ago
Tom Lane 7510bec607 Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. 13 years ago
Tom Lane bdd5d410b7 Fix documentation of path(polygon) function. 13 years ago
Tom Lane d8262b6c9b Recommend triggers, not rules, in the CREATE VIEW reference page. 13 years ago
Simon Riggs 8de72b66a2 COPY FREEZE and mark committed on fresh tables. 13 years ago
Peter Eisentraut 44c03efee3 doc: Fix broken links to DocBook wiki 13 years ago
Magnus Hagander 65c3bf19fd Add libpq function PQconninfo() 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane 532994299e Revert patch for taking fewer snapshots. 13 years ago
Peter Eisentraut 6b6633ad6c doc: Put pg_temp into documentation index 13 years ago
Peter Eisentraut 817c186ea3 doc: Put commas in the right place on pg_restore reference page 13 years ago
Peter Eisentraut 8f40ad1f4e doc: Add link to CREATE TABLE AS on CREATE TABLE reference page 13 years ago
Peter Eisentraut 9b3ac49e5a Use a stamp file for the XSLT HTML doc build 13 years ago
Peter Eisentraut 42218f29af doc: "only relevant" -> "relevant only" 13 years ago
Peter Eisentraut 732740e7d4 XSLT stylesheet: Add slash to directory name 13 years ago
Heikki Linnakangas a9dad56441 Teach pg_basebackup and pg_receivexlog to reply to server keepalives. 13 years ago
Bruce Momjian c90dcd6d2c In pg_upgrade docs, mention using base backup as part of rsync for 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Peter Eisentraut 4bb106ef4f Fix typo 13 years ago
Tom Lane e774b7649c Document that TCP keepalive settings read as 0 on Unix-socket connections. 13 years ago
Tom Lane 5a39114fe7 In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 13 years ago
Alvaro Herrera f4c4335a4a Add context info to OAT_POST_CREATE security hook 13 years ago
Tom Lane edef20f6e1 Fix pg_dump's handling of DROP DATABASE commands in --clean mode. 13 years ago
Simon Riggs f862a326ef Fix typo in previous commit 13 years ago
Simon Riggs 9f9695a0cd Clarify hash index caution and copy to CREATE INDEX docs 13 years ago
Heikki Linnakangas 6f60fdd701 Improve replication connection timeouts. 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Tom Lane 392b2e5010 Update obsolete text in fdwhandler.sgml. 13 years ago
Simon Riggs 2190377113 Use tablespace_option consistently on doc page 13 years ago
Simon Riggs 82e429794b Add microsecs/op display to pg_test_fsync utility 13 years ago
Tom Lane 0e924c007d Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. 13 years ago
Tom Lane 1503333f8f Improve documentation about large-object functions. 13 years ago
Tatsuo Ishii 461ef73f09 Add API for 64-bit large object access. Now users can access up to 13 years ago
Peter Eisentraut ae835c7d6e Improve LDAP authentication documentation 13 years ago
Michael Meskes 1045af95e7 Removed sentence about not being able to retrieve more than one row at a time, 13 years ago
Tom Lane 7e389f73d1 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 13 years ago