Commit Graph

36155 Commits (2895415205d86cc7ab55acab5f90fd70a7c68f3c)
 

Author SHA1 Message Date
Peter Eisentraut ad6bf0291a Fix client-only installation 12 years ago
Tom Lane af9e3d6523 Minor code beautification in contrib/sslinfo. 12 years ago
Tom Lane e6170126fc Add gen_random_uuid() to contrib/pgcrypto. 12 years ago
Andrew Dunstan 708c529c7f Export set_latch_on_sigusr1 symbol for Windows. 12 years ago
Andrew Dunstan b64d956d58 Prevent double macro definition of WIN32. 12 years ago
Magnus Hagander 4cba1f6bbf Show SSL encryption information when logging connections 12 years ago
Magnus Hagander 9c14dd22e1 Define WIN32 when _WIN32 is set 12 years ago
Heikki Linnakangas 277279981f Prevent integer overflow with --progress >= 2148 12 years ago
Bruce Momjian d8a0b96c50 doc: rename "Equals" to "Equal" 12 years ago
Bruce Momjian 93c4bbc999 doc: fix := description typo. 12 years ago
Bruce Momjian 7e1955b861 docs: update PL/pgSQL docs about the use of := and = 12 years ago
Heikki Linnakangas a472ae1e4e Fix Hot Standby feedback sending when streaming busily. 12 years ago
Alvaro Herrera 61bee9f756 Split ecpg_execute() in constituent parts 12 years ago
Tom Lane 515d2c596c Add display of oprcode (the underlying function's name) to psql's \do+. 12 years ago
Alvaro Herrera 3291301385 Split ECPGdo() in constituent parts 12 years ago
Heikki Linnakangas 8ba288da5d Suppress Coverity complaints in readfuncs.c. 12 years ago
Peter Eisentraut a687ec7d5b Fix whitespace 12 years ago
Robert Haas b1365ff7a8 test_shm_mq: Try again to fix compiler warning. 12 years ago
Robert Haas ed46758381 Logging running transactions every 15 seconds. 12 years ago
Robert Haas d02c0ddb15 Fix missing parentheses resulting in wrong order of dereference. 12 years ago
Robert Haas b5763cedde test_shm_mq: Fix checks for negative queue size. 12 years ago
Robert Haas d89746c7c5 Fix compiler warning. 12 years ago
Robert Haas be361ef2a0 Fix compiler warning: Size isn't 64 bits on 32 bit platforms. 12 years ago
Tom Lane 5df99f6481 Improve FILES section of psql reference page. 12 years ago
Tom Lane 061b079f89 Fix multiple bugs in index page locking during hot-standby WAL replay. 12 years ago
Robert Haas 16cad3e867 Documentation for test_shm_mq. 12 years ago
Robert Haas b682709451 Mention that VACUUM FREEZE also effectively zeroes the table freeze age. 12 years ago
Robert Haas 246a9a8d0c Fix typo in comment. 12 years ago
Robert Haas 4db3744f1f Test code for shared memory message queue facility. 12 years ago
Robert Haas ec9037df26 Single-reader, single-writer, lightweight shared message queue. 12 years ago
Robert Haas 6ddd5137b2 Simple table of contents for a shared memory segment. 12 years ago
Robert Haas 05ff5062da Code improvements for ALTER SYSTEM .. SET. 12 years ago
Robert Haas 2bb1f14b89 Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 12 years ago
Tom Lane c3ccc9ee58 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 866a1f0923 Fix calculation of ISMN check digit. 12 years ago
Heikki Linnakangas 04038148b6 Add OVERLAPS to index in the docs. 12 years ago
Michael Meskes 976a7d1156 Always use the same way to addres a descriptor in ecpg's regression tests. 12 years ago
Bruce Momjian bb953ad164 Fix pg_dumpall on pre-8.1 servers 12 years ago
Tom Lane 158b7fa6a3 Disallow LATERAL references to the target table of an UPDATE/DELETE. 12 years ago
Tom Lane 910bac5953 Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Bruce Momjian d84c584ece Revert fd2ace8028 12 years ago
Tom Lane 6286526207 Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. 12 years ago
Bruce Momjian fd2ace8028 docs: remove undocumented assign syntax in plpgsql examples 12 years ago
Tom Lane 28233ffaa4 Add another regression test cross-checking operator and function comments. 12 years ago
Andrew Dunstan 11829ff8b2 Remove DESCR entries for json operator functions. 12 years ago
Bruce Momjian 850ade3e32 Adjust pg_upgrade for move of username lookup functions to /common 12 years ago
Bruce Momjian 111022eac6 Move username lookup functions from /port to /common 12 years ago
Alvaro Herrera 423e1211a8 Accept pg_upgraded tuples during multixact freezing 12 years ago
Tom Lane faab7a957d Remove unnecessary local variables to work around an icc optimization bug. 12 years ago
Michael Meskes 192b4aacad Changed regression test to ecpg test suite for alignment problem just with last 12 years ago