Commit Graph

11969 Commits (ae17897ce84e545fd5a042530055df728b2ca98f)

Author SHA1 Message Date
Tom Lane ae17897ce8 Assorted minor fixes for psql metacommand docs. 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Peter Eisentraut 584e35d17c Change local_preload_libraries to PGC_USERSET 11 years ago
Andrew Dunstan 2a3f2743f2 Further tidy up on json aggregate documentation 11 years ago
Andrew Dunstan b2d145bff0 Fix documentation of argument type of json_agg and jsonb_agg 11 years ago
Tom Lane 699300a146 Docs: clarify treatment of variadic functions with zero variadic arguments. 11 years ago
Bruce Momjian cfb64fde7b doc: Adjust wording of ALTER TABLESPACE restriction 11 years ago
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags 11 years ago
Tom Lane 5b51683589 Improve documentation about CASE and constant subexpressions. 11 years ago
Alvaro Herrera 35192f0626 Have VACUUM log number of skipped pages due to pins 11 years ago
Noah Misch f6dc6dd5ba Lock down regression testing temporary clusters on Windows. 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Magnus Hagander 6964ad95d7 Add missing documentation for some vcregress modes 11 years ago
Magnus Hagander cb7b5c5c6f Remove redundant sentence 11 years ago
Peter Eisentraut 6457ff93fe doc: Add link to how to specify time zone names to initdb man page 11 years ago
Tom Lane af06aa822d Improve documentation around parameter-setting and ALTER SYSTEM. 11 years ago
Tom Lane 0923b01e3e Update 9.4 release notes. 11 years ago
Peter Eisentraut c50423c0fe doc: Fix markup 11 years ago
Andrew Dunstan e39b6f953e Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
Tom Lane e311cd6ded Improve recovery target settings documentation. 11 years ago
Andrew Dunstan 7e354ab9fe Add several generator functions for jsonb that exist for json. 11 years ago
Andrew Dunstan 237a882443 Add json_strip_nulls and jsonb_strip_nulls functions. 11 years ago
Peter Eisentraut 7afc2336cd doc: Move website-stylesheet setting to a more appropriate location 11 years ago
Simon Riggs fe263d115a REINDEX SCHEMA 11 years ago
Peter Eisentraut 611d46ea67 doc: Fix DocBook table column count declaration 11 years ago
Simon Riggs da71632fcf Correct recovery_target_action docs 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Andres Freund 5ede3a3117 Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd. 11 years ago
Peter Eisentraut eb1c3f4786 Remove USE_VPATH make variable from PGXS 11 years ago
Alvaro Herrera 182362b669 doc: Fix markup 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Alvaro Herrera b52cb4690e pageinspect/BRIN: minor tweaks 11 years ago
Magnus Hagander 6d6cade05b Fix missing space in documentation 11 years ago
Alvaro Herrera 22dfd116a1 Move test modules from contrib to src/test/modules 11 years ago
Noah Misch 5b12987b2e Remove PQhostaddr() from 9.4 release notes. 11 years ago
Noah Misch 2cda889984 Revert "Add libpq function PQhostaddr()." 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Peter Eisentraut e6f0a48a60 doc: Fix markup 11 years ago
Simon Riggs b7a715800a Remove extraneous SGML tag 11 years ago
Simon Riggs aedccb1f6f action_at_recovery_target recovery config option 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Heikki Linnakangas add1b052e2 Allow "dbname" from connection string to be overridden in PQconnectDBParams 11 years ago
Heikki Linnakangas 3a82bc6f8a Add pageinspect functions for inspecting GIN indexes. 11 years ago
Tom Lane 8372304e35 Improve documentation's description of JOIN clauses. 11 years ago
Simon Riggs be1cc8f46f Add pg_dump --snapshot option 11 years ago
Tom Lane 832054044f Update 9.4 release notes for commits through today. 11 years ago
Fujii Masao c4f99d2029 Add --synchronous option to pg_receivexlog, for more reliable WAL writing. 11 years ago
Magnus Hagander d883b916a9 Mention the TZ environment variable for initdb 11 years ago