Commit Graph

29131 Commits (8292079ad3db05faff01d03c7a8646704edbf54b)
 

Author SHA1 Message Date
Magnus Hagander 8292079ad3 Silence compiler warning about size of size_t being larger than the result 16 years ago
Magnus Hagander 8491998d3d Set proper sizes for size_t and void* on 64-bit Windows builds. 16 years ago
Magnus Hagander 2de9a463ff Support 64-bit shared memory when building on 64-bit Windows. 16 years ago
Magnus Hagander 13c5fdb5c8 Fix one more cast for _open_osfhandle(). 16 years ago
Magnus Hagander f509944e6e Fix cast for _open_osfhandle(). 16 years ago
Tom Lane 7839d35991 Add an "argisrow" field to NullTest nodes, following a plan made way back in 16 years ago
Tom Lane 29c4ad9829 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out 16 years ago
Magnus Hagander 15faca2596 Silence compiler warning on 64-bit windows build 16 years ago
Magnus Hagander f9c5d3e555 Detect a 64-bit build environment on Windows, and generate the appropriate 16 years ago
Magnus Hagander 5069e959b0 Delete solution cache file on clean, if it exists. 16 years ago
Peter Eisentraut 2c4d456d51 Update SQL features supported list 16 years ago
Magnus Hagander 741e4ad7de Make the win32 putenv() override update *all* present versions of the 16 years ago
Tom Lane 2aff8c422e Suppress compiler warning, per buildfarm member narwhal 16 years ago
Tom Lane bd8a35655b Suppress compiler warning (pid_t isn't int everywhere) 16 years ago
Tom Lane b4594a66ba Add missing 'static' tag. 16 years ago
Tom Lane 85d02a6586 Redefine Datum as uintptr_t, instead of unsigned long. 16 years ago
Peter Eisentraut 8abb011047 Update SQL features list for aggregate ORDER BY support 16 years ago
Peter Eisentraut c584d11bb3 Add information_schema.triggered_update_columns 16 years ago
Andrew Dunstan 31cf893088 enable examples to compile on Windows. patch from Hiroshi Saito. 16 years ago
Peter Eisentraut 3c505ef577 Fill in information schema column for trigger WHEN condition 16 years ago
Tom Lane e6df063cf2 Dept of second thoughts: recursive case in ANALYZE shouldn't emit a 16 years ago
Tom Lane 48c192c15e Revise pgstat's tracking of tuple changes to improve the reliability of 16 years ago
Peter Eisentraut 6761cff376 Update SQL conformance: search conditions on triggers are supported 16 years ago
Peter Eisentraut ab1725d50b Revert makefile refactoring (version 1.123) because it doesn't work 16 years ago
Magnus Hagander 50a4054d63 Exclude part of the product name string that is localized in Japanese versions 16 years ago
Heikki Linnakangas ff1e1e45b9 Reset minRecoveryPoint at checkpoints, so that we don't uselessly update 16 years ago
Tom Lane 4847d5956c Set errno to zero before invoking SSL_read or SSL_write. It appears that 16 years ago
Robert Haas 3d4b0ab29c Reject invalid input in int2vectorin. 16 years ago
Tom Lane 540e69a061 Add an index on pg_inherits.inhparent, and use it to avoid seqscans in 16 years ago
Tom Lane 649b5ec7c8 Add the ability to store inheritance-tree statistics in pg_statistic, 16 years ago
Heikki Linnakangas 84d723b6ce Previous fix for temporary file management broke returning a set from 16 years ago
Peter Eisentraut 50ef9f7b06 Small wording improvement and clarification in PL/pgSQL trigger documentation 16 years ago
Bruce Momjian 0d399d57d5 Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. 16 years ago
Bruce Momjian 3687b2e0eb Add PGDLLIMPORT for binary_upgrade global variables so shared object 16 years ago
Bruce Momjian d2225da79f Remove non-ascii characters from source code. 16 years ago
Tom Lane 0b39231431 Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. 16 years ago
Tom Lane d4d1885e42 Remove a couple of unnecessary calls of CreateCacheMemoryContext. These 16 years ago
Magnus Hagander c4371cdb8b Remove now unreferenced variable. 16 years ago
Magnus Hagander 8c940a30ae If the MSVCRT module is not found in the current binary, proceed to update 16 years ago
Bruce Momjian e5b457c2ac Add backend and pg_dump code to allow preservation of pg_enum oids, for 16 years ago
Bruce Momjian 1fd9883ff4 Zero-label enums: 16 years ago
Tom Lane f9845aca2b Fix brain fade in join-removal patch: a pushed-down clause in the outer join's 16 years ago
Robert Haas 666c845c75 Add missing <indexterm><primary>...</primary>...</indexterm> tags for a couple 16 years ago
Andrew Dunstan 56a4e19c01 Upgrade to latest ppport.h. Patch from Tim Bunce. 16 years ago
Tom Lane 5b7d2a9465 Try to improve the clarity of the psql documentation for the \d family of 16 years ago
Bruce Momjian 0ef5910d6d Rename EnumValuesCreate() single-letter variable names to useful 16 years ago
Bruce Momjian c44327afa4 Binary upgrade: 16 years ago
Tom Lane 668e37d138 Fix wrong WAL info value generated when gistContinueInsert() performs an 16 years ago
Peter Eisentraut 98e8a419ef Revert brainfart: Of course the wildcard only works in GNU make itself. 16 years ago
Peter Eisentraut ada3c65e45 Replace target list by a wildcard, so that this workaround makefile 16 years ago