Commit Graph

18461 Commits (9c8f74917d0555f5c7f4decbdea66bf9c8a2da97)

Author SHA1 Message Date
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 590510136e Addendum: psql sequence value display patch was originally written by 18 years ago
Bruce Momjian 8516ce0914 Have psql \d show the value of sequence columns. 18 years ago
Bruce Momjian bf523f97ca Add comment about literal strings in our syntax not being translated in 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
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
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
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
Neil Conway 68af3752de Minor improvements to the Gin internal documentation. 18 years ago
Bruce Momjian 70d15a51b2 Add comment for deadlock_timeout: 18 years ago
Tom Lane 170063cd1e Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean 18 years ago
Tom Lane c50838533b Fix AT TIME ZONE (in all three variants) so that we first try to interpret 18 years ago
Tom Lane fbcc69c192 Prevent integer overflows during units conversion when displaying a GUC 18 years ago
Teodor Sigaev 2a59b7910e Fix initialization of GinScanEntryData.partialMatch 18 years ago
Magnus Hagander d06a8d054d Fix a couple of bugs in win32 shmem name generation: 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 e3d9dceef6 Don't refer to the database name "regression" inside the regression test 18 years ago
Peter Eisentraut b11c1876ed Don't print the name of the database in psql \z. 18 years ago
Peter Eisentraut c8dbbb194a Clean up weird whitespace. Separate patch to simplifiy the next change. 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
Bruce Momjian 2c2aff6acd Update source code comment about when to use gettext_noop(). 18 years ago
Tom Lane c5f4b98fae Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin, 18 years ago
Tom Lane 009a6c9a1a Remove GUC extra_desc strings that are redundant with the enum value lists. 18 years ago
Heikki Linnakangas 65919ec949 Move volatility, language, etc. modifiers before function body in the pg_dump 18 years ago
Heikki Linnakangas 3ccb2c590c Extend VacAttrStats to allow typanalyze functions to store statistic values 18 years ago
Magnus Hagander baaad2330b "debug" level was supposed to be hidden, since it's just an alias for debug2. 18 years ago
Magnus Hagander 7b39f488b4 Split apart message_level_options into one set for server-side settings and 18 years ago
Tom Lane 8c3340fe16 Fix identify_system_timezone() so that it tests the behavior of the system 18 years ago
Tom Lane 5b965bf08b Teach autovacuum how to determine whether a temp table belongs to a crashed 18 years ago
Bruce Momjian 92d1cc8973 Issue psql connection warnings on connection start and via \c, per 18 years ago
Bruce Momjian 6b797c852b Fix recovery.conf boolean variables to take the same range of string 18 years ago
Heikki Linnakangas 995fb74202 Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. 18 years ago
Tom Lane 7ea9b997ef Remove unnecessary coziness of GIN code with datum copying. Now that 18 years ago
Tom Lane 4a8d573cda If pnstrdup is going to be promoted to a generally available function, 18 years ago
Tom Lane dcc2334736 Consider a clause to be outerjoin_delayed if it references the nullable side 18 years ago