Commit Graph

26762 Commits (1b1e335b15e19a89601d3b025b4d3deb60b39f98)
 

Author SHA1 Message Date
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
Tom Lane ea0382e370 Code review for recent patch to terminate online backup during shutdown: 18 years ago
Bruce Momjian b6e2fab978 Add URL for: 18 years ago
Bruce Momjian 5463d399e3 Update wording from David Fetter. 18 years ago
Bruce Momjian 43a43ad21d Update to remove passive wording from FAQ, David Fetter 18 years ago
Bruce Momjian 91674bce68 Update TODO item: 18 years ago
Tom Lane 46e9709f48 Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null 18 years ago
Bruce Momjian bb908d9879 Update: 18 years ago
Tom Lane 5c068038ff Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 18 years ago
Bruce Momjian 830f276b2a Add embedded usage mention to FAQ, per Greg Smith. 18 years ago
Bruce Momjian cc3c9e1b29 Add to TODO: 18 years ago
Bruce Momjian a61fbe4582 Add TODO item: 18 years ago
Bruce Momjian 82403f0350 Add URL for: 18 years ago
Bruce Momjian a88b8943db Add to TODO: 18 years ago
Bruce Momjian 0e242fec5f Add to TODO: 18 years ago
Bruce Momjian a3552f050f Remove, item done, description unclear: 18 years ago
Bruce Momjian 9dd10490ed Update TODO description for GIT: 18 years ago
Magnus Hagander 380d1ee69e Update error messages, per notes from Tom. 18 years ago
Bruce Momjian 19750904c8 Add GIT URL: 18 years ago
Bruce Momjian 0b6b8cdc81 Add to TODO: 18 years ago
Bruce Momjian fef58c6943 Add URL for MERGE: 18 years ago
Magnus Hagander c979a1fefa Prevent shutdown in normal mode if online backup is running, and 18 years ago
Teodor Sigaev cf23b75b4d Fix using too many LWLocks bug, reported by Craig Ringer 18 years ago
Magnus Hagander fc507eb0b6 Don't pull in pthreads header files in this file because we never use them. 18 years ago
Bruce Momjian a256ea5088 FAQ2txt now only controls the main FAQ, not FAQ_DEV. 18 years ago
Magnus Hagander fc2117a4b5 Replace developer FAQ with a reference to the wiki, which is where 18 years ago
Tom Lane 1ad76112e7 Issue explicit error messages for attempts to use "shell" operators in 18 years ago
Tom Lane ff673f558a Fix convert_IN_to_join to properly handle the case where the subselect's 18 years ago
Magnus Hagander a31b03ba27 Clean up float4byval and float8byval handling by dealing with them completely 18 years ago
Magnus Hagander be9ab11366 Fix typo, noted by Stefan Kaltenbrunner. 18 years ago
Magnus Hagander de6e4c9d60 Make float4byval and float8byval configurable on MSVC. 18 years ago
Magnus Hagander 3bb6d101c4 Add link to major version release notes at the top of the minor 18 years ago
Tom Lane f593f62336 Fix a couple of places in execMain that erroneously assumed that SELECT FOR 18 years ago
Tom Lane 819b49a6e1 Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgap 18 years ago
Tom Lane 3d1588cd3e Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, 18 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 18 years ago
Teodor Sigaev be939544a6 Fix broken compare function for tsquery_ops. Per Tom's report. 18 years ago
Tom Lane dc192a5d8c Convert earthdistance's only C function to v1 call convention, 18 years ago