Commit Graph

24054 Commits (eeae929dbebda8e2d41ebb4e6b974cbb21f84dbe)
 

Author SHA1 Message Date
Bruce Momjian eeae929dbe Update documenation instructions. on how to delete template1. 19 years ago
Tom Lane 686f15e39e Adjust pgbench so it won't spit up on non-select queries returning 19 years ago
Tom Lane 5a7471c307 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 19 years ago
Peter Eisentraut a85e9c61e5 Remove some unused variables 19 years ago
Peter Eisentraut 962e825cd7 Put back libpq link, but make sure that libpq's in-tree directory is 19 years ago
Tom Lane 066926dfbb Refactor some lsyscache routines to eliminate duplicate code and save 19 years ago
Bruce Momjian 98218e9ef6 Add bitmap index URL: 19 years ago
Tom Lane fcf4b146c6 Simplify pg_am representation of ordering-capable access methods: 19 years ago
Bruce Momjian c82cc604f5 Add URL for dead space map: 19 years ago
Neil Conway 726f0807ad Update docs for recent change to setseed() return value. 19 years ago
Neil Conway aef0f53b62 Make setseed() return void, rather than an int4 without any use. Per 19 years ago
Bruce Momjian ebef17c7a2 Add documentation of memory and time units to postgresql.conf. 19 years ago
Tom Lane 67f06327f9 Don't use 'int' where you mean 'bool'. 19 years ago
Bruce Momjian 51fa6fdc9c Update documentation about postgresqlconf to mention default units that 19 years ago
Tom Lane 3f9b1b92a9 Fix broken markup. 19 years ago
Neil Conway 479ee09059 List disabled triggers separately in psql's "\d <table>" output. 19 years ago
Tom Lane f41803bb39 Refactor planner's pathkeys data structure to create a separate, explicit 19 years ago
Neil Conway 2b7334d487 Refactor the index AM API slightly: move currentItemData and 19 years ago
Peter Eisentraut 978fff7942 Update build time estimate. 19 years ago
Peter Eisentraut 2cc01004c6 Remove remains of old depend target. 19 years ago
Neil Conway 64230a9f28 Regression tests for large objects. Patch from Jeremy Drake. 19 years ago
Bruce Momjian f5f9577e50 Modify max_fsm_pages in postgresql.conf.sample to show a typical value, 19 years ago
Neil Conway 4945a8fad4 Teach psql's \lo slash commands to respect quiet mode, and to output 19 years ago
Bruce Momjian 24ac4c968c Document that to remove template1, datistemplate must be 'false'. 19 years ago
Peter Eisentraut 552348c166 The libpq library directory was mentioned here in the wrong place, which 19 years ago
Peter Eisentraut 862c3ff04d Only build ecpg test code when the test is to be performed, in line with 19 years ago
Bruce Momjian 09c1baabc3 Move code that places LOG error level between ERROR and PANIC into new 19 years ago
Peter Eisentraut 92b8d17ab4 Fix xmlconcat regression test 19 years ago
Peter Eisentraut b4c8d49036 Fix xmlconcat by properly merging the XML declarations. Add aggregate 19 years ago
Bruce Momjian 9a83bd50b7 Add wiki URL: 19 years ago
Neil Conway d97a89f21b Add missing copyright blurb, make ruleutils.c use the standard layout 19 years ago
Bruce Momjian 4fdfdd44bd Add items: 19 years ago
Alvaro Herrera 67a4c24bc8 Fix pg_regress breakage for PL and contrib tests, by not requiring that 19 years ago
Bruce Momjian 506b292852 Add URL for: 19 years ago
Peter Eisentraut 4b48ad4fb2 Add support for converting binary values (i.e. bytea) into xml values, 19 years ago
Alvaro Herrera 5b4a08896b Change the sed rules in the regression test for pg_regress hackery to create 19 years ago
Peter Eisentraut 16f372d940 Optionally use xml2-config to detect installation locations of libxml. 19 years ago
Peter Eisentraut 020841071b Clean up encoding issues in the xml type: In text mode, encoding 19 years ago
Tom Lane c81bfc244b Add a note pointing out that is_pseudo_constant_clause() doesn't check 19 years ago
Tom Lane eddbf39756 Extend yesterday's patch so that the bgwriter is also told to forget 19 years ago
Neil Conway 530b10c719 Tweak the width_bucket() regression tests to avoid an unnecessary 19 years ago
Bruce Momjian 3026e1765f Mark TODO item "autovacuum on by default" as completed. 19 years ago
Tom Lane 6d660587f6 Revise bgwriter fsync-request mechanism to improve robustness when a table 19 years ago
Neil Conway 7f58ed1a10 vcbuild updates from Magnus: 19 years ago
Neil Conway cf57ef4e50 Implement width_bucket() for the float8 data type. 19 years ago
Neil Conway da07c81fe3 Minor improvements to the TODO list. Add some URLs for some 19 years ago
Tom Lane 6959cb5957 Fix incorrect permissions check in information_schema.key_column_usage view: 19 years ago
Alvaro Herrera 10a5e3348e Enable autovacuum in the default configuration, per discussion. 19 years ago
Alvaro Herrera eb63cc3da8 Arrange for autovacuum to be killed when another operation wants to be alone 19 years ago
Neil Conway 02609893da Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps 19 years ago