Commit Graph

255 Commits (f21a563d25dbae153937aec062161184189478b8)

Author SHA1 Message Date
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Peter Eisentraut 8a56d4e361 Make format() error messages consistent again 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 3df9c374e2 Disable abbreviated keys for string-sorting in non-C locales. 10 years ago
Teodor Sigaev 07d25a964b Improve error reporting in format() 10 years ago
Tom Lane 0231f83856 Re-pgindent varlena.c. 10 years ago
Tom Lane 58e797216f Rename typedef "string" to "VarString". 10 years ago
Robert Haas 63f39b9148 Fix small goof in comment. 10 years ago
Robert Haas b47b4dbf68 Extend sortsupport for text to more opclasses. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut 30c0c4bf12 Remove unnecessary escaping in C character literals 10 years ago
Robert Haas 0279f62fdc Correct tiny inaccuracy in strxfrm cache comment. 10 years ago
Robert Haas 5be94a9eb1 Be a bit more rigorous about how we cache strcoll and strxfrm results. 10 years ago
Robert Haas d53f808e7e Remove obsolete comment. 10 years ago
Robert Haas 0e57b4d8bd Speed up text sorts where the same strings occur multiple times. 10 years ago
Robert Haas bfb54ff15a Make abbreviated key comparisons for text a bit cheaper. 10 years ago
Robert Haas b48ecf862b In bttext_abbrev_convert, move pfree to the right place. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Robert Haas aea652abd3 Make trace_sort control abbreviation debug output for the text opclass. 11 years ago
Robert Haas f85155e18c Change the way we decide whether to give up on abbreviated text keys. 11 years ago
Robert Haas c02ef232c1 Add missing calls to DatumGetUInt32. 11 years ago
Robert Haas 168a809d4b Re-enable abbreviated keys on Windows. 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Robert Haas d1747571b6 Fix typos, update README. 11 years ago
Robert Haas d060e07fa9 Repair brain fade in commit b181a91981. 11 years ago
Robert Haas b181a91981 More fixes for abbreviated keys infrastructure. 11 years ago
Robert Haas b529b65d1b Heavily refactor btsortsupport_worker. 11 years ago
Robert Haas 1be4eb1b2d Disable abbreviated keys on Windows. 11 years ago
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Robert Haas c0828b78e9 Move the guts of our Levenshtein implementation into core. 11 years ago
Robert Haas e246b3d6ea Add a fast pre-check for equality of equal-length strings. 11 years ago
Robert Haas 9522ec3e70 Fix typo in b34e37bfef. 11 years ago
Robert Haas b34e37bfef Add sortsupport routines for text. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 741364bf5c Code review for commit d26888bc4d. 12 years ago
Tom Lane 9662143f0c Allow regex operations to be terminated early by query cancel requests. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane d074b4e50d Fix regexp_matches() handling of zero-length matches. 12 years ago
Andrew Dunstan d26888bc4d Move checking an explicit VARIADIC "any" argument into the parser. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 13 years ago
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Tom Lane 760f3c043a Fix concat() and format() to handle VARIADIC-labeled arguments correctly. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago