Commit Graph

27062 Commits (c9b2591efcf96ac8e4764a3d32ad4315b2c71312)
 

Author SHA1 Message Date
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
Heikki Linnakangas cac2f697ee Fix WAL file cutoff point calculation in pg_standby. 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
Peter Eisentraut 76c3c59bd1 Added documentation for function xmlagg. 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
Joe Conway c0241b9573 When an ERROR happens on a dblink remote connection, take 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
Bruce Momjian 1e797d29c3 Documentation patch by Kevin L. McBride explaining GUC lock variables, 18 years ago
Tom Lane 009a6c9a1a Remove GUC extra_desc strings that are redundant with the enum value lists. 18 years ago
Bruce Momjian 03c4e793e8 Add URL for: 18 years ago
Bruce Momjian 16812e339c Add to TODO: 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