Commit Graph

7274 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Bruce Momjian ef270fb9d2 Add to TODO: 18 years ago
Bruce Momjian b9984ade83 Update Russian FAQ. 18 years ago
Bruce Momjian 10c935527e Add new SQL training web site to FAQ: 18 years ago
Magnus Hagander 5b8eb2b4b9 Make the temporary directory for pgstat files configurable by the GUC 18 years ago
Tom Lane e006a24ad1 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace 18 years ago
Heikki Linnakangas ef1c807c25 pg_buffercache needs to be taught about relation forks, as Greg Stark 18 years ago
Bruce Momjian 4ed300b7ef Add URL for: 18 years ago
Peter Eisentraut 010eebf164 Remove TODO item 18 years ago
Bruce Momjian fc152e95c1 Add: 18 years ago
Magnus Hagander 70d756970b Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. 18 years ago
Bruce Momjian b1fb3b2a7f Add URL to: 18 years ago
Tom Lane 7bd7b2002b Require superuser privilege to create base types (but not composites, enums, 18 years ago
Tom Lane c8572986ad Allow I/O conversion casts to be applied to or from any type that is a member 18 years ago
Tom Lane 7df49cef72 Flip the default typispreferred setting from true to false. This affects 18 years ago
Tom Lane bac3e83622 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() 18 years ago
Tom Lane ab9907f5e5 Add a new, improved version of citext as a contrib module. 18 years ago
Magnus Hagander 6fe8796341 Cleanup reference to config.pl so it makes sense not only in 18 years ago
Magnus Hagander f7cd591698 Document which versions of ActivePerl and ActiveTcl are required 18 years ago
Peter Eisentraut 509303a597 Abort if Tcl support was configured and no tcl shell was found. 18 years ago
Tom Lane 64d84adf03 Update link to Oleg and Teodor's GIN page. 18 years ago
Tom Lane 5618ece82b Code review for array_fill patch: fix inadequate check for array size overflow 18 years ago
Tom Lane 673a30fbb2 Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable 18 years ago
Bruce Momjian 8d7af89016 Properly document archive/restore command examples on Windows. 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
Bruce Momjian ba38e363ac Add to TODO: 18 years ago
Bruce Momjian 9a3118d454 Add URL for: 18 years ago
Tom Lane 6563e9e2e8 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive 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 d3c94b2d84 Add to TODO: 18 years ago
Bruce Momjian 13e835932b Add TODO: 18 years ago
Bruce Momjian db13b7d61f Done: 18 years ago
Bruce Momjian da0a9f1d5a Clarify that locale names on Windows are more verbose. 18 years ago
Bruce Momjian e39a3dfa86 Add to TODO: 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 6f6d863258 Create a type-specific typanalyze routine for tsvector, which collects stats 18 years ago
Tom Lane 45efb09a01 Fix a couple of stray misuses of "binary compatible". 18 years ago
Tom Lane 27cb66fdfe Multi-column GIN indexes. Teodor Sigaev 18 years ago
Peter Eisentraut e3afbb3504 Allow binary-coercible types for cast function arguments and return types. 18 years ago
Tom Lane 7a97abe818 Add unchangeable GUC "variables" segment_size, wal_block_size, and 18 years ago
Peter Eisentraut 76c3c59bd1 Added documentation for function xmlagg. 18 years ago
Tom Lane c63147d6f0 Add a function pg_get_keywords() to let clients find out the set of keywords 18 years ago
Peter Eisentraut b11c1876ed Don't print the name of the database in psql \z. 18 years ago
Tom Lane 0a8f6b797a Fix psql's \d and allied commands to work with all server versions back to 7.4. 18 years ago