Commit Graph

27140 Commits (010eebf1649bb28415d23ddcd0bb7afe102a078c)
 

Author SHA1 Message Date
Bruce Momjian 8d7af89016 Properly document archive/restore command examples on Windows. 18 years ago
Bruce Momjian 25c9de4d84 In psql, run .psqlrc _after_ printing warnings and banner. 18 years ago
Tom Lane dc02a4814a Fix a race condition that I introduced into sinvaladt.c during the recent 18 years ago
Tom Lane a4775a80fd Suppress compiler warning, and not incidentally make the code more 18 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Bruce Momjian a8fb90cf2d Add URL for: 18 years ago
Alvaro Herrera d557f5c00c Add MSVC++ debug libraries to .cvsignore. 18 years ago
Alvaro Herrera 46c5a212ec Avoid crashing when a table is deleted while we're on the process of checking 18 years ago
Tom Lane a41f73a092 Add dump support for SortBy nodes. Needed this while debugging a reported 18 years ago
Bruce Momjian ba38e363ac Add to TODO: 18 years ago
Bruce Momjian 9a3118d454 Add URL for: 18 years ago
Tom Lane 5ef5abe372 Fix previous patch so that it actually works --- consider TRUNCATE foo, public.foo 18 years ago
Tom Lane 6563e9e2e8 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive 18 years ago
Bruce Momjian 895a4bccb6 Allow TRUNCATE foo, foo to succeed, per report from Nikhils. 18 years ago
Bruce Momjian 9c8f74917d Add to TODO: 18 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Bruce Momjian 2c773296f8 Add array_fill() to create arrays initialized with a value. 18 years ago
Bruce Momjian 2fa42cc9ee Fix alignment of SGML array docs. 18 years ago
Bruce Momjian bd53eb4b05 Add Swedish_Sweden.1252 Windows locale example to docs. 18 years ago
Bruce Momjian 590510136e Addendum: psql sequence value display patch was originally written by 18 years ago
Bruce Momjian d3c94b2d84 Add to TODO: 18 years ago
Bruce Momjian 13e835932b Add TODO: 18 years ago
Bruce Momjian db13b7d61f Done: 18 years ago
Bruce Momjian 8516ce0914 Have psql \d show the value of sequence columns. 18 years ago
Bruce Momjian da0a9f1d5a Clarify that locale names on Windows are more verbose. 18 years ago
Bruce Momjian bf523f97ca Add comment about literal strings in our syntax not being translated in 18 years ago
Bruce Momjian e39a3dfa86 Add to TODO: 18 years ago
Bruce Momjian 71e0296dbc Add column storage type to psql \d+ display. 18 years ago
Bruce Momjian c9b2591efc In psql, rename trans_* variables to translate_*, for clarity. 18 years ago
Bruce Momjian b1845753d2 Done: 18 years ago
Bruce Momjian 85df9057e1 Add URL for: 18 years ago
Bruce Momjian aab30f3abc Done, per Simon: 18 years ago
Tom Lane d92c370c72 Clean up buildfarm failures arising from the seemingly straightforward page 18 years ago
Tom Lane 6f6d863258 Create a type-specific typanalyze routine for tsvector, which collects stats 18 years ago
Tom Lane 6816577a78 Change the PageGetContents() macro to guarantee its result is maxalign'd, 18 years ago
Tom Lane 9d035f4254 Clean up the use of some page-header-access macros: principally, use 18 years ago
Tom Lane 45efb09a01 Fix a couple of stray misuses of "binary compatible". 18 years ago
Peter Eisentraut 96193aa803 More replacements of binary compatible to binary coercible. 18 years ago
Tom Lane c96439b5a0 Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically; 18 years ago
Tom Lane 960af47efd Const-ify the arguments of str_tolower() and friends to suppress compile 18 years ago
Tom Lane 27cb66fdfe Multi-column GIN indexes. Teodor Sigaev 18 years ago
Teodor Sigaev 2d6599f471 Add caching of query to GIN/GiST consistent function. 18 years ago
Peter Eisentraut e3afbb3504 Allow binary-coercible types for cast function arguments and return types. 18 years ago
Alvaro Herrera 110147653a Make sure we only try to free snapshots that have been passed through 18 years ago
Neil Conway 0c2914d4cb Fix a few typos in comments in snapmgr.c, and sort header inclusions 18 years ago
Tom Lane 7a97abe818 Add unchangeable GUC "variables" segment_size, wal_block_size, and 18 years ago
Tom Lane eaf1b5d348 Tighten up SS_finalize_plan's computation of valid_params to exclude Params of 18 years ago
Tom Lane 772a6d45ef Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in 18 years ago
Tom Lane 6b7eebc05e Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to 18 years ago
Tom Lane 3793310286 Fix performance bug in write_syslog(): the code to preferentially break the 18 years ago