Commit Graph

26799 Commits (09005f2fec1ee32f7040784eb876d0b50cd13972)
 

Author SHA1 Message Date
Alvaro Herrera 09005f2fec Add Simon Riggs' email address. 18 years ago
Bruce Momjian 00756a5691 Move Client Authentication right after Server Configuration in docs. 18 years ago
Magnus Hagander 0423de4d30 Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 18 years ago
Bruce Momjian 8008988be3 Fix TODO typo. 18 years ago
Bruce Momjian 44ba6f3476 Add URL for 18 years ago
Bruce Momjian bd8131ee8f Update TODO wording: 18 years ago
Bruce Momjian 40941c5129 Add item, make text search section: 18 years ago
Bruce Momjian 0f5651a90f Have boolean pset values checked against typical boolean values, rather 18 years ago
Tom Lane 053948aee7 The CONSTROID syscache should show conrelid as a relation OID column. 18 years ago
Tom Lane 4136e1d06a Convert the list of syscache names from a series of #define's into an enum, 18 years ago
Bruce Momjian 4222d7f036 Point to our download URL, rather than listing interface in the README 18 years ago
Bruce Momjian bdf66cb29e Update libpqxx URL in README. 18 years ago
Bruce Momjian 2d592d2e86 Done: 18 years ago
Bruce Momjian 93afd6f619 Done: 18 years ago
Magnus Hagander e3109ba159 Add more dependencies from libpgport required by 18 years ago
Andrew Dunstan 27a52fa2d9 Document extra information provided by psql's \dT+ (not \dt+ as per recent commit). 18 years ago
Andrew Dunstan a87f15d506 Display ACLS using multiple lines for psql's \z. Brendan Jurd. 18 years ago
Andrew Dunstan c0b1b01ef5 Show enum values in psql's \dt+. David Fetter. 18 years ago
Tom Lane b6d15590f7 Add timestamp and timestamptz versions of generate_series(). 18 years ago
Tom Lane 600da67fbe Add pg_conf_load_time() function to report when the Postgres configuration 18 years ago
Tom Lane 45173ae24e Use new cstring/text conversion functions in some additional places. 18 years ago
Andrew Dunstan 0ff74f03b1 add ; missing due to my carelessness 18 years ago
Andrew Dunstan c2c9fbef94 Place statement timeout more appropriately, per gripe from Tom. 18 years ago
Andrew Dunstan 17a56c0b55 Disable statement timeouts while making or restoring dumps. 18 years ago
Tom Lane c88850f4a0 The 8.2 patch that added support for an alias on the target table of 18 years ago
Tom Lane bdc7dd6799 Fix plpython to not get totally confused by OUT arguments. (It still doesn't 18 years ago
Andrew Dunstan d61eecb5a1 Provide for MSVC config equivalents of recently added configure options. Remove 18 years ago
Tom Lane 47391591ba Support RETURN QUERY EXECUTE in plpgsql. 18 years ago
Tom Lane 511b798c46 Update documentation for psql relation-size-in-\dt+ patch. 18 years ago
Tom Lane db147b3483 Allow the planner's estimate of the fraction of a cursor's rows that will be 18 years ago
Tom Lane cf9f6c8d8e Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also 18 years ago
Peter Eisentraut b3fb2d6505 Make the AWK default value also take effect if $AWK is an empty string. 18 years ago
Heikki Linnakangas 72e1d28afd Show relation size in verbose (e.g. \d+) output. 18 years ago
Peter Eisentraut 6f093f3825 One-letter backslash commands now need a space before the first argument. 18 years ago
Tom Lane 170e331c63 Sigh ... pg_config.h.win32 needs to define BLCKSZ and RELSEG_SIZE now. 18 years ago
Tom Lane 3c6248a828 Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all 18 years ago
Tom Lane 94b0b545f8 Add SGT (Singapore time) to the default list of known timezone 18 years ago
Tom Lane 1b1e335b15 Make the minimum allowed value of work_mem be 64KB always, rather than having 18 years ago
Tom Lane 772f63dd6a Fix nodeTidscan.c to not trigger an error if the block number portion of 18 years ago
Alvaro Herrera ca0aecfdef Add example showing how to remove a password from a role. 18 years ago
Tom Lane c0cf5c37cd Some minor further cleanup around A_Const. Don't attach a typecast in 18 years ago
Alvaro Herrera 77d3b98c37 Fix REASSIGN OWNED so that it works on procedural languages too. 18 years ago
Alvaro Herrera 6fff5c3b82 Remove typename from A_Const. 18 years ago
Alvaro Herrera 339570fd8e Fix volatility marking for the generate_series and generate_subscripts families 18 years ago
Tom Lane 98c4ebd38c Increase the statement_timeout value used in the prepared_xacts regression 18 years ago
Bruce Momjian d7379b7624 Update comment for 8.4: 18 years ago
Tom Lane 9c37aa291f Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion, 18 years ago
Alvaro Herrera bc577c7fad Bump the catversion for the previous patch. 18 years ago
Alvaro Herrera 1fcb977a13 Add generate_subscripts, a series-generation function which generates an 18 years ago
Alvaro Herrera a1d479f518 Add SGML ID attributes to the arrays subsections, and a few index entries for 18 years ago