Commit Graph

4810 Commits (bfb8a8d3818972faf1976eccedddfaee7eb0f613)

Author SHA1 Message Date
Tom Lane 991f3e5ab3 Provide database object names as separate fields in error messages. 13 years ago
Bruce Momjian 7e2322dff3 Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 13 years ago
Tom Lane 0d5fbdc157 Change plan caching to honor, not resist, changes in search_path. 13 years ago
Tom Lane 760f3c043a Fix concat() and format() to handle VARIADIC-labeled arguments correctly. 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Tom Lane 75b39e7909 Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. 13 years ago
Robert Haas 841a5150c5 Add ddl_command_end support for event triggers. 13 years ago
Tom Lane 535e69a43f Fix error-checking typo in check_TSCurrentConfig(). 13 years ago
Tom Lane d5b31cc32b Fix an O(N^2) performance issue for sessions modifying many relations. 13 years ago
Tom Lane 8ae35e9180 Improve memory space management in tuplesort and tuplestore. 13 years ago
Magnus Hagander bba486f372 Base the default SSL ciphers on DEFAULT instead of ALL 13 years ago
Tom Lane 1b794d3f32 Fix hash_update_hash_key() to handle same-bucket case correctly. 13 years ago
Tom Lane 5c4eb9166e Reject out-of-range dates in to_date(). 13 years ago
Tom Lane 2065dd2834 Prevent very-low-probability PANIC during PREPARE TRANSACTION. 13 years ago
Peter Eisentraut 9d2cd99a60 Make spelling more uniform 13 years ago
Tom Lane 24dd0502a1 Update comments for elog_start(). 13 years ago
Tom Lane 31f38f28b0 Redesign the planner's handling of index-descent cost estimation. 13 years ago
Peter Eisentraut 49e7a26d67 Make some spelling more consistent 13 years ago
Tom Lane 94afbd5831 Invent a "one-shot" variant of CachedPlans for better performance. 13 years ago
Alvaro Herrera 84f6fb81b8 Fix IsUnderPostmaster/EXEC_BACKEND confusion 13 years ago
Alvaro Herrera 15658911d9 Set MaxBackends only on bootstrap and standalone modes 13 years ago
Alvaro Herrera dfbba2c86c Make sure MaxBackends is always set 13 years ago
Alvaro Herrera cdbc0ca48c Fix background workers for EXEC_BACKEND 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 2ffa740be9 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. 13 years ago
Tom Lane 3f88b08003 Fix some minor issues in view pretty-printing. 13 years ago
Simon Riggs ae9aba69a8 Keep rd_newRelfilenodeSubid across overflow. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane c299477229 Fix filling of postmaster.pid in bootstrap/standalone mode. 13 years ago
Andrew Dunstan 3717f0837b Tidy up from frontend Assert change. 13 years ago
Tom Lane 691c5ebf79 Add defenses against integer overflow in dynahash numbuckets calculations. 13 years ago
Tom Lane a99c42f291 Support automatically-updatable views. 13 years ago
Alvaro Herrera da07a1e856 Background worker processes 13 years ago
Simon Riggs 8de72b66a2 COPY FREEZE and mark committed on fresh tables. 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Alvaro Herrera 1577b46b7c Split out rmgr rm_desc functions into their own files 13 years ago
Heikki Linnakangas 1f67078ea3 Add OpenTransientFile, with automatic cleanup at end-of-xact. 13 years ago
Heikki Linnakangas 5cb0e33597 Speed up operations on numeric, mostly by avoiding palloc() overhead. 13 years ago
Tom Lane 1f7cb5c309 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane b6e3798f3a Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Tom Lane d038966ddb Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds. 13 years ago
Tom Lane a235b85a0b Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Tom Lane 273986bf0d Fix memory leaks in record_out() and record_send(). 13 years ago
Heikki Linnakangas dbdf9679d7 Use correct text domain for translating errcontext() messages. 13 years ago
Heikki Linnakangas add6c3179a Make the streaming replication protocol messages architecture-independent. 13 years ago
Tom Lane bf01e34b55 Tweak genericcostestimate's fudge factor for index size. 13 years ago
Tom Lane 4e32f8cd14 Fix hash_search to avoid corruption of the hash table on out-of-memory. 13 years ago
Tom Lane 0d6895051a Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 13 years ago
Tom Lane 002191a1a3 Further cleanup of catcache.c ilist changes. 13 years ago
Tom Lane dc5aeca168 Remove unnecessary "head" arguments from some dlist/slist functions. 13 years ago