Commit Graph

3581 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Heikki Linnakangas 273c458a2b Refactor SHA2 functions and move them to src/common/. 9 years ago
Peter Eisentraut 788af6f854 Move atooid() definition to a central place 9 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Robert Haas b4316928d5 Fix incorrect typecast. 9 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 9 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 years ago
Robert Haas 7ada2d31f4 Remove contrib/tsearch2. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Robert Haas fc8219dc54 pageinspect: Fix hash_bitmap_info not to read the underlying page. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Robert Haas 293e24e507 Cache hash index's metapage in rel->rd_amcache. 9 years ago
Heikki Linnakangas d93b7535a6 Fix typo also in expected output. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Robert Haas 871ec0e336 pageinspect: More type-sanity surgery on the new hash index code. 9 years ago
Robert Haas e759854a09 pgstattuple: Add pgstathashindex. 9 years ago
Tom Lane 14e9b18fed In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines. 9 years ago
Robert Haas 29e312bc13 pageinspect: Remove platform-dependent values from hash tests. 9 years ago
Tom Lane c6eeb67dcc Fix a bunch more portability bugs in commit 08bf6e529. 9 years ago
Robert Haas ed807fda6d pageinspect: Try to fix some bugs in previous commit. 9 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Noah Misch acd73ad1a1 Code review for avoidance of direct cross-module links. 9 years ago
Heikki Linnakangas dbd69118c0 Replace isMD5() with a more future-proof way to check if pw is encrypted. 9 years ago
Robert Haas 4bf371cf2a Fix typo in comment. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Tom Lane aa7f593b1f Improve speed of contrib/postgres_fdw regression tests. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Peter Eisentraut 6fc547960d Rename C symbols for backend lo_ functions 9 years ago
Peter Eisentraut 5d7c9c906a Remove unnecessary prototypes in loadable modules 9 years ago
Tom Lane 83f2061dd0 Teach contrib/pg_stat_statements to handle multi-statement commands better. 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
Peter Eisentraut 05cd12ed5b pg_ctl: Change default to wait for all actions 9 years ago
Peter Eisentraut e574f15d62 Updates to reflect that pg_ctl stop -m fast is the default 9 years ago
Peter Eisentraut da0dbea9c3 Make whitespace consistent inside some script files 9 years ago
Tom Lane c52d37c8b3 Invalidate cached plans on FDW option changes. 9 years ago
Peter Eisentraut 933b46644c Use 'use strict' in all Perl programs 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Joe Conway 2f802d95b4 Make dblink try harder to form useful error messages 9 years ago
Joe Conway c444868389 Protect dblink from invalid options when using postgres_fdw server 9 years ago
Tom Lane b86515da1a Give a useful error message if uuid-ossp is built without preconfiguration. 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Tom Lane 4a0a34b5b6 In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago