Commit Graph

27465 Commits (b4eae023bb2b5e9bce96cd367d70c180eefe6bf9)
 

Author SHA1 Message Date
Tom Lane b4eae023bb Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage 17 years ago
Andrew Dunstan f0dae70431 suppress_redundant_updates_trigger function. 17 years ago
Alvaro Herrera 4ff0468371 Fix silly typo in previous commit. 17 years ago
Alvaro Herrera d698bf83d1 Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction 17 years ago
Tom Lane 13fc2e4df8 Fix two error-recovery bugs in describeOneTableDetails(), and make the code 17 years ago
Alvaro Herrera 88dd4b0a0d Reduce the acceptable staleness of pgstat data for autovacuum, per the 17 years ago
Tom Lane b8fab2411d Add pg_typeof() function. 17 years ago
Bruce Momjian 06c22d7f51 Small shell syntax improvement. 17 years ago
Alvaro Herrera aa3288146a Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. 17 years ago
Alvaro Herrera b107299c40 Fix mistakes in comment headers 17 years ago
Magnus Hagander 5e75a5dca9 Fix incorrect comment in SSL code 17 years ago
Tom Lane 3c2313f481 Change the pgstat logic so that the stats collector writes the stats file only 17 years ago
Tom Lane d7112cfa88 Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't 17 years ago
Tom Lane 902d1cb35f Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 17 years ago
Michael Meskes 492059daba Move from strcmp to strncmp to be more tolerant for changes to the parser. 17 years ago
Michael Meskes ef9ed9b6aa Use string component in index structure. 17 years ago
Michael Meskes e6c7f7c1ad Do not eat memory even in case of an out-of-memory error. 17 years ago
Tom Lane df5a99612d Simplify ExecutorRun's API and save some trivial number of cycles by having 17 years ago
Heikki Linnakangas e9816533e3 Update FSM on WAL replay. This is a bit limited; the FSM is only updated 17 years ago
Tom Lane 9b46abb7c4 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 17 years ago
Michael Meskes cd97f98844 Added missing ';' 17 years ago
Heikki Linnakangas 19c8dc839b Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer 17 years ago
Peter Eisentraut 29077051de The conversion rule from postgres.sgml to postgres.xml didn't work with 17 years ago
Heikki Linnakangas a1d2e16550 Add test case for CREATE CAST. 17 years ago
Heikki Linnakangas 092bc49653 Add support for user-defined I/O conversion casts. 17 years ago
Peter Eisentraut 34e37d58ed Message improvement 17 years ago
Tom Lane d1e384884c Update back-branch release notes. 17 years ago
Magnus Hagander 9cc0222680 Revert previous patch to put the shared memory segment on win32 17 years ago
Tom Lane c8a18a282b Update time zone data files to tzdata release 2008i (DST law changes in 17 years ago
Peter Eisentraut ff50ea7a8a Missing space in error message 17 years ago
Tom Lane 2314baef38 Fix recoveryLastXTime logic so that it actually does what one would expect. 17 years ago
Peter Eisentraut d50966a49d Move forgotten comment closer to where it matters. 17 years ago
Peter Eisentraut 79d306c84a Support for Sun Studio compiler on Linux 17 years ago
Bruce Momjian 3276599804 Remove tab from sgml file. 17 years ago
Peter Eisentraut d083bd7a5a Update on array features support 17 years ago
Peter Eisentraut f7ad874ca8 Since SQL:2003, the array size specification in the SQL ARRAY syntax has 17 years ago
Peter Eisentraut f7ef575fb7 Use Autoconf provided AS_HELP_STRING macro to automatically format and 17 years ago
Peter Eisentraut 06735e3256 Unicode escapes in strings and identifiers 17 years ago
Tom Lane 05bba3d176 Be more tense about not creating tuplestores with randomAccess = true unless 17 years ago
Tom Lane e3e3d2a789 Extend ExecMakeFunctionResult() to support set-returning functions that return 17 years ago
Tom Lane a80a12247a Change WorkTableScan to not support backward scan. The apparent support 17 years ago
Tom Lane d26bf23f34 Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation 17 years ago
Peter Eisentraut 8ecd535169 Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. 17 years ago
Magnus Hagander 53a5026b5c Remove support for (insecure) crypt authentication. 17 years ago
Alvaro Herrera ba4eb01554 Downgrade can't-happen error reports to elog(). 17 years ago
Alvaro Herrera c9d1efda96 No need for extra code to log freezing zero tuples. Callers already check that 17 years ago
Magnus Hagander e98ca4d383 Make hba parsing error messages more specific. 17 years ago
Tom Lane b0169bb124 Install a more robust solution for the problem of infinite error-processing 17 years ago
Magnus Hagander f3a0688ace Add support for multiple error messages from libpq, by simply appending them 17 years ago
Peter Eisentraut 0fec77ae88 SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. 17 years ago